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.
 
 
 

20 lines
515 B

# Generated by Django 3.2 on 2021-05-13 19:28
from django.db import migrations, models
import django.utils.timezone
class Migration(migrations.Migration):
dependencies = [
('kolotoc', '0006_kolotoc_obrazek'),
]
operations = [
migrations.AlterField(
model_name='kolotoc',
name='obrazek',
field=models.ImageField(default=django.utils.timezone.now, upload_to='kolotoc', verbose_name='Obrázek'),
preserve_default=False,
),
]