1 # Generated by Django 2.2.19 on 2021-04-30 11:31
3 from django.db import migrations, models
6 class Migration(migrations.Migration):
9 ('annoy', '0009_banner_style'),
16 field=models.BooleanField(default=False, verbose_name='small font'),
18 migrations.AlterField(
21 field=models.CharField(blank=True, choices=[('blackout_full', 'Full screen'), ('blackout_upper', 'Upper half of screen')], help_text='Affects blackout.', max_length=255, verbose_name='style'),