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.
32 lines
832 B
32 lines
832 B
# Generated by Django 1.11.20 on 2019-05-30 01:16
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
import django.db.models.deletion
|
|
import django.utils.timezone
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('seminar', '0061_kill_frankenstein'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='pohadka',
|
|
options={'ordering': ['vytvoreno'], 'verbose_name': 'Pohádka', 'verbose_name_plural': 'Pohádky'},
|
|
),
|
|
migrations.RemoveField(
|
|
model_name='pohadka',
|
|
name='pred',
|
|
),
|
|
migrations.RemoveField(
|
|
model_name='pohadka',
|
|
name='text',
|
|
),
|
|
migrations.RemoveField(
|
|
model_name='pohadka',
|
|
name='uloha',
|
|
),
|
|
]
|
|
|