Commit 04ac9076 authored by Alan Mitchell's avatar Alan Mitchell
Browse files

Merged two migrations

parent 76aa0734
# -*- 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 = [
]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment