Features: None;
Fixes: None; Extra: 1) Add dependency on 'geo' app in core migration initial script;
This commit is contained in:
parent
564ce0706b
commit
0b1a8550ab
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ class Migration(migrations.Migration):
|
|||
initial = True
|
||||
|
||||
dependencies = [
|
||||
('geo', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue