Skip to content
Snippets Groups Projects
Verified Commit f107c02a authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix migration dependencies. Closes #57.

parent f57e9110
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ import aleksis.core.util.core_helpers ...@@ -10,7 +10,7 @@ import aleksis.core.util.core_helpers
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
("core", "0003_school_logo"), ("core", "0002_activity_notification"),
("alsijil", "0001_initial"), ("alsijil", "0001_initial"),
] ]
......
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