added geo module, with region supporting gis data
This commit is contained in:
5
geo/apps.py
Normal file
5
geo/apps.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class GeoConfig(AppConfig):
|
||||
name = 'geo'
|
||||
Reference in New Issue
Block a user