Moving forward.
[wolnelektury.git] / src / annoy / migrations / 0012_banner_only_authenticated.py
1 # Generated by Django 2.2.27 on 2022-04-14 12:10
2
3 from django.db import migrations, models
4
5
6 class Migration(migrations.Migration):
7
8     dependencies = [
9         ('annoy', '0011_auto_20210610_1437'),
10     ]
11
12     operations = [
13         migrations.AddField(
14             model_name='banner',
15             name='only_authenticated',
16             field=models.BooleanField(default=False, verbose_name='only for authenticated users'),
17         ),
18     ]