Pavel 'LEdoian' Turinsky
12 months ago
3 changed files with 18 additions and 32 deletions
@ -0,0 +1,16 @@ |
|||||
|
# Generated by Django 3.2.23 on 2023-12-11 19:25 |
||||
|
|
||||
|
from django.db import migrations |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('seminar', '0115_alter_nastaveni_options'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.DeleteModel( |
||||
|
name='Nastaveni', |
||||
|
), |
||||
|
] |
Loading…
Reference in new issue