Byrokracie Sklené 2023
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.
 
 
 

23 lines
821 B

# Generated by Django 4.2.4 on 2023-08-14 19:59
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('hra', '0002_tym_ma_ds_tym_pocet_bananu'),
]
operations = [
migrations.AddField(
model_name='tym',
name='vi_o_mesici',
field=models.BooleanField(default=False, help_text='ví tým o tom, že žádost o náhled do archivů se může podávat pouze za svitu měsíce', verbose_name='ví tým o svitu měsíce'),
),
migrations.AddField(
model_name='tym',
name='vi_o_zadosti',
field=models.BooleanField(default=False, help_text='ví tým o tom, že potřebuje žádost o náhled do archivů', verbose_name='ví tým o finální žádosti'),
),
]