Annoy!
[wolnelektury.git] / src / annoy / migrations / 0003_auto_20191211_1511.py
diff --git a/src/annoy/migrations/0003_auto_20191211_1511.py b/src/annoy/migrations/0003_auto_20191211_1511.py
new file mode 100644 (file)
index 0000000..daa3f97
--- /dev/null
@@ -0,0 +1,18 @@
+# Generated by Django 2.2.6 on 2019-12-11 14:11
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('annoy', '0002_auto_20191211_1320'),
+    ]
+
+    operations = [
+        migrations.AlterField(
+            model_name='banner',
+            name='place',
+            field=models.SlugField(choices=[('top', 'Top of all pages.'), ('book-page', 'Book page'), ('book-text-intermission', 'Book text intermission'), ('book-fragment-list', 'Next to list of book fragments.'), ('blackout', 'Blackout')]),
+        ),
+    ]