This commit is contained in:
2024-05-10 09:38:31 +03:00
parent 9a5f895b93
commit 49cc44027d
81 changed files with 6093 additions and 28 deletions

View File

@@ -0,0 +1,16 @@
# Generated by Django 4.2.13 on 2024-05-09 19:13
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('main', '0001_initial'),
]
operations = [
migrations.DeleteModel(
name='ThemeConfiguration',
),
]