Skip to content
Snippets Groups Projects
Verified Commit 13994832 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Drop sites framework

parent 21db1600
No related branches found
No related tags found
1 merge request!129Make compatible with current Core
...@@ -28,7 +28,6 @@ class Migration(migrations.Migration): ...@@ -28,7 +28,6 @@ class Migration(migrations.Migration):
dependencies = [ dependencies = [
("core", "0001_initial"), ("core", "0001_initial"),
("sites", "0002_alter_domain_unique"),
] ]
operations = [migrations.RunPython(_migrate_preferences)] operations = [migrations.RunPython(_migrate_preferences)]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment