1 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
4 from django.db import migrations, models
7 class Migration(migrations.Migration):
10 ('push', '0002_auto_20180830_1627'),
14 migrations.AlterField(
15 model_name='notification',
17 field=models.ImageField(upload_to='push/img', verbose_name='image', blank=True),