Pavel "LEdoian" Turinsky
3 years ago
3 changed files with 24 additions and 2 deletions
@ -0,0 +1,18 @@ |
|||||
|
# 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'), |
||||
|
), |
||||
|
] |
Loading…
Reference in new issue