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
451 B
18 lines
451 B
# Generated by Django 4.2.13 on 2024-11-05 21:02
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('soustredeni', '0010_tvorba_post'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='soustredeni',
|
|
name='kontaktnicek_pdf',
|
|
field=models.FileField(blank=True, upload_to='kontaktnicky', verbose_name='kontaktníček'),
|
|
),
|
|
]
|
|
|