Added locations app
Moved contacts to new model
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from setup_django import *
|
||||
|
||||
from coord.models import Suburb as OldSuburb
|
||||
from common.models import Suburb as NewSuburb
|
||||
from common.models import Suburb as OldSuburb
|
||||
from locations.models import Suburb as NewSuburb
|
||||
|
||||
created = 0
|
||||
skipped = 0
|
||||
|
||||
Reference in New Issue
Block a user