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.
18 lines
426 B
18 lines
426 B
# Generated by Django 3.2.15 on 2022-08-15 19:39
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('seminar', '0101_auto_20211213_2306'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='osoba',
|
|
name='jak_se_dozvedeli',
|
|
field=models.TextField(blank=True, verbose_name='Jak se dozvěděli'),
|
|
),
|
|
]
|
|
|