1 # Generated by Django 2.2.19 on 2021-04-29 12:58
3 from django.db import migrations, models
6 class Migration(migrations.Migration):
9 ('annoy', '0008_dynamictextinserttext_own_colors'),
16 field=models.CharField(blank=True, choices=[('blackout_full', 'Full screen'), ('blackout_centre', 'Centre of screen'), ('blackout_upper', 'Upper half of screen')], help_text='Affects blackout.', max_length=255, verbose_name='style'),