# Netgis map update

* implements newest version of netgis map client
This commit is contained in:
2024-10-30 14:09:10 +01:00
parent 416ad8478c
commit 3c1cbcd0bd
16 changed files with 7768 additions and 489 deletions
-1
View File
@@ -189,7 +189,6 @@ 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
]
# EMAIL (see https://docs.djangoproject.com/en/dev/topics/email/)