diff --git a/core/migrations/0001_initial.py b/core/migrations/0001_initial.py index 1acfee20..017d2409 100644 --- a/core/migrations/0001_initial.py +++ b/core/migrations/0001_initial.py @@ -16,6 +16,7 @@ class Migration(migrations.Migration): initial = True dependencies = [ + ('geo', '0001_initial'), ] operations = [