Added locations app

Moved contacts to new model
This commit is contained in:
st01765
2026-02-26 13:34:32 +11:00
parent a24daed8f6
commit 4025c28eae
25 changed files with 576 additions and 75 deletions
+2 -2
View File
@@ -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