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

district: Fix migrations

parent afa8eed5
Branches
No related tags found
2 merge requests!804Release,!779Add basic newsletter form FE support
Pipeline #13678 passed
......@@ -3,4 +3,4 @@
line_length = 88
multi_line_output = 3
include_trailing_comma = true
known_third_party = PyPDF2,arrow,bleach,bs4,captcha,celery,dateutil,django,environ,faker,fastjsonschema,icalevents,markdown,modelcluster,pirates,pytest,pytz,requests,sentry_sdk,taggit,wagtail,wagtailmetadata,weasyprint,yaml
known_third_party = PyPDF2,arrow,bleach,bs4,captcha,celery,dateutil,django,environ,faker,fastjsonschema,icalevents,instaloader,markdown,modelcluster,pirates,pytest,pytz,requests,sentry_sdk,taggit,wagtail,wagtailmetadata,weasyprint,yaml
# Generated by Django 4.1.8 on 2023-07-11 14:09
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("district", "0115_alter_districtcustompage_content_and_more"),
("district", "0115_alter_districthomepage_donation_page"),
]
operations = []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment