Commit missing migration

This commit is contained in:
Roland Geider
2023-06-05 19:33:45 +02:00
parent 7f5c602acc
commit 6e1ed7147d

View File

@@ -0,0 +1,14 @@
# Generated by Django 4.1.7 on 2023-03-24 15:40
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('config', '0002_auto_20190618_1617'),
]
operations = [
migrations.DeleteModel(name='LanguageConfig', ),
]