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
443 B
18 lines
443 B
# Generated by Django 2.2.24 on 2021-09-02 23:12
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('seminar', '0096_fix_zamereni'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='tema',
|
|
name='obrazek',
|
|
field=models.ImageField(blank=True, null=True, upload_to='', verbose_name='Obrázek na rozcestník'),
|
|
),
|
|
]
|
|
|