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
592 B

# Generated by Django 2.2.24 on 2021-12-05 23:09
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('korektury', '0017_auto_20190610_2358'),
]
operations = [
migrations.AddField(
model_name='korekturovanepdf',
name='poslat_mail',
field=models.BooleanField(default=True, help_text='Určuje, zda se má o nově nahraném PDF poslat e-mail do mam-org. Při upravování existujícího souboru už nemá žádný vliv.', verbose_name='Poslat mail o novém PDF'),
),
]