|
@@ -0,0 +1,15 @@
|
|
|
+# -*- coding: utf-8 -*-
|
|
|
+from __future__ import unicode_literals
|
|
|
+
|
|
|
+from django.db import migrations, models
|
|
|
+
|
|
|
+
|
|
|
+class Migration(migrations.Migration):
|
|
|
+
|
|
|
+ dependencies = [
|
|
|
+ ('isp_database', '0012_auto_20170328_2257'),
|
|
|
+ ('isp_database', '0011_auto_20170227_0029'),
|
|
|
+ ]
|
|
|
+
|
|
|
+ operations = [
|
|
|
+ ]
|