Skip to content
Snippets Groups Projects
Unverified Commit 4f643f49 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix migration deps.

parent a9aaffa4
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ class Migration(migrations.Migration): ...@@ -10,7 +10,7 @@ class Migration(migrations.Migration):
initial = True initial = True
dependencies = [ dependencies = [
('core', '0001_initial'), ('core', '0008_school_person_group'),
] ]
operations = [ operations = [
......
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