Web M&M
https://mam.matfyz.cz
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.
19 lines
451 B
19 lines
451 B
2 years ago
|
# Generated by Django 3.2.16 on 2022-11-14 20:51
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('seminar', '0107_zmrazenavysledkovka'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name='nastaveni',
|
||
|
name='cena_sous',
|
||
|
field=models.IntegerField(default=1000, verbose_name='Účastnický poplatek za soustředění'),
|
||
|
),
|
||
|
]
|