Pavel 'LEdoian' Turinsky
11 months ago
2 changed files with 18 additions and 1 deletions
@ -0,0 +1,18 @@ |
|||
# Generated by Django 3.2.23 on 2023-12-11 19:30 |
|||
|
|||
from django.db import migrations |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('various', '0001_initial'), |
|||
('seminar', '0116_delete_nastaveni'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AlterModelOptions( |
|||
name='nastaveni', |
|||
options={'verbose_name': 'Nastavení semináře'}, |
|||
), |
|||
] |
Loading…
Reference in new issue