#138 Map client to views

* adds netgis map client to all detail and report views
* adds netgis map client to new object forms
* WIP: needs functionality server-client
This commit is contained in:
2022-04-04 12:27:45 +02:00
parent fc31ad4ae0
commit ac4dacefe0
55 changed files with 41968 additions and 23 deletions

View File

@@ -184,6 +184,8 @@ STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, "static")
STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'konova/static'),
os.path.join(BASE_DIR, 'templates/map/client'), # NETGIS map client files
os.path.join(BASE_DIR, 'templates/map/client/libs'), # NETGIS map client files
]
# DJANGO DEBUG TOOLBAR