Skip to content
Snippets Groups Projects
Commit 3e109f88 authored by jan.bednarik's avatar jan.bednarik
Browse files

Fix migrations

parent f6ea0ee7
Branches
No related tags found
2 merge requests!442Release,!432Feature/majak imports
# Generated by Django 4.0.3 on 2022-04-04 13:39
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("district", "0049_districtarticlespage_last_import_log"),
("district", "0051_alter_districtarticlepage_content"),
]
operations = []
# Generated by Django 4.0.3 on 2022-04-04 13:39
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("region", "0024_regionarticlespage_last_import_log"),
("region", "0026_alter_regionarticlepage_content"),
]
operations = []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment