You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
510 B

# Generated by Django 2.2.17 on 2020-12-01 19:53
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('seminar', '0090_auto_20201110_1958'),
]
operations = [
migrations.AddField(
model_name='resitel',
name='zasilat_cislo_emailem',
field=models.BooleanField(default=False, help_text='True pokud chce řešitel dostávat číslo emailem', verbose_name='zasílat číslo emailem'),
),
]