Tomas "Jethro" Pokorny
3 years ago
3 changed files with 20 additions and 1 deletions
@ -0,0 +1,19 @@ |
|||||
|
# Generated by Django 2.2.24 on 2021-11-29 22:54 |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
import seminar.models.tvorba |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('seminar', '0099_auto_20210916_1509'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AlterField( |
||||
|
model_name='cislo', |
||||
|
name='pdf', |
||||
|
field=models.FileField(blank=True, help_text='PDF čísla, které si mohou řešitelé stáhnout', null=True, storage=seminar.models.tvorba.OverwriteStorage(), upload_to=seminar.models.tvorba.cislo_pdf_filename, verbose_name='pdf'), |
||||
|
), |
||||
|
] |
Loading…
Reference in new issue