Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
energy
bmon
Commits
04ac9076
Commit
04ac9076
authored
Feb 04, 2015
by
Alan Mitchell
Browse files
Merged two migrations
parent
76aa0734
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
bmsapp/migrations/0003_merge.py
bmsapp/migrations/0003_merge.py
+15
-0
No files found.
bmsapp/migrations/0003_merge.py
0 → 100644
View file @
04ac9076
# -*- coding: utf-8 -*-
from
__future__
import
unicode_literals
from
django.db
import
models
,
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'bmsapp'
,
'0002_sensor_formatting_function'
),
(
'bmsapp'
,
'0002_auto_20150203_2006'
),
]
operations
=
[
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment