Explorar o código

Missing migration

Scot Hacker %!s(int64=8) %!d(string=hai) anos
pai
achega
ac0059ff73
Modificáronse 1 ficheiros con 19 adicións e 0 borrados
  1. 19 0
      bakerydemo/base/migrations/0004_auto_20170210_1420.py

+ 19 - 0
bakerydemo/base/migrations/0004_auto_20170210_1420.py

@@ -0,0 +1,19 @@
+# -*- coding: utf-8 -*-
+# Generated by Django 1.10.5 on 2017-02-10 14:20
+from __future__ import unicode_literals
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('base', '0003_footertext'),
+    ]
+
+    operations = [
+        migrations.AlterModelOptions(
+            name='footertext',
+            options={'verbose_name_plural': 'Footer Text'},
+        ),
+    ]