From 0b1a8550abd75c36e8ae28c0108536fde2c8d186 Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Mon, 19 May 2025 14:57:09 +0300 Subject: [PATCH] Features: None; Fixes: None; Extra: 1) Add dependency on 'geo' app in core migration initial script; --- core/migrations/0001_initial.py | 1 + 1 file changed, 1 insertion(+) 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 = [