added geo module, with region supporting gis data

This commit is contained in:
Sam
2021-01-21 13:18:37 +00:00
parent 944bc7d6c7
commit 9965900791
12 changed files with 5108 additions and 4 deletions

5
geo/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class GeoConfig(AppConfig):
name = 'geo'