Annoy!
[wolnelektury.git] / src / annoy / migrations / 0003_auto_20191211_1511.py
1 # Generated by Django 2.2.6 on 2019-12-11 14:11
2
3 from django.db import migrations, models
4
5
6 class Migration(migrations.Migration):
7
8     dependencies = [
9         ('annoy', '0002_auto_20191211_1320'),
10     ]
11
12     operations = [
13         migrations.AlterField(
14             model_name='banner',
15             name='place',
16             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')]),
17         ),
18     ]