df2e4f086a
Sry, nebudu to psát česky :-)
17 lines
433 B
Python
17 lines
433 B
Python
# Generated by Django 3.2.23 on 2023-12-11 19:14
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('seminar', '0114_related_name_se_zmenilo_a_django_chce_migraci_tak_dostane_migraci'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='nastaveni',
|
|
options={'managed': False, 'verbose_name': 'Nastavení semináře'},
|
|
),
|
|
]
|