Pavel 'LEdoian' Turinsky
5 years ago
1 changed files with 0 additions and 24 deletions
@ -1,24 +0,0 @@ |
|||||
# Generated by Django 2.2.9 on 2020-04-08 20:21 |
|
||||
|
|
||||
from django.db import migrations, models |
|
||||
import seminar.models |
|
||||
|
|
||||
|
|
||||
class Migration(migrations.Migration): |
|
||||
|
|
||||
dependencies = [ |
|
||||
('seminar', '0079_clanek_resitelsky'), |
|
||||
] |
|
||||
|
|
||||
operations = [ |
|
||||
migrations.AddField( |
|
||||
model_name='cislo', |
|
||||
name='titulka_nahled', |
|
||||
field=models.ImageField(blank=True, help_text='Obrázek titulní strany, generuje se automaticky', null=True, upload_to='', verbose_name='Obrázek titulní strany'), |
|
||||
), |
|
||||
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, upload_to=seminar.models.cislo_pdf_filename, verbose_name='pdf'), |
|
||||
), |
|
||||
] |
|
Loading…
Reference in new issue