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
446 B
18 lines
446 B
# Generated by Django 2.2.4 on 2019-08-14 06:05
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('seminar', '0064_auto_20190610_2358'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='konfera',
|
|
name='nazev',
|
|
field=models.CharField(help_text='Název konfery', max_length=100, verbose_name='název konfery'),
|
|
),
|
|
]
|
|
|