Ver Fonte

merge migrations

David Ray há 8 anos atrás
pai
commit
f824745445
1 ficheiros alterados com 16 adições e 0 exclusões
  1. 16 0
      bakerydemo/base/migrations/0007_merge_20170210_1627.py

+ 16 - 0
bakerydemo/base/migrations/0007_merge_20170210_1627.py

@@ -0,0 +1,16 @@
+# -*- coding: utf-8 -*-
+# Generated by Django 1.10.5 on 2017-02-10 16:27
+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 = [
+    ]