|
@@ -0,0 +1,16 @@
|
|
|
+
|
|
|
+
|
|
|
+from __future__ import unicode_literals
|
|
|
+
|
|
|
+from django.db import migrations
|
|
|
+
|
|
|
+
|
|
|
+class Migration(migrations.Migration):
|
|
|
+
|
|
|
+ dependencies = [
|
|
|
+ ('base', '0005_merge_20170210_1551'),
|
|
|
+ ('base', '0006_auto_20170210_1556'),
|
|
|
+ ]
|
|
|
+
|
|
|
+ operations = [
|
|
|
+ ]
|