Fix #406 for easy installing on ubuntu

This commit is contained in:
remco 2018-01-19 21:52:00 +01:00
parent a07791b74f
commit 5c31b95009

View file

@ -99,10 +99,10 @@ EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
UMAP_USE_UNACCENT = False
# For static deployment
STATIC_ROOT = '/home/srv/var/static'
STATIC_ROOT = '/srv/umap/var/static'
# For users' statics (geojson mainly)
MEDIA_ROOT = '/home/srv/umap/var/data'
MEDIA_ROOT = '/srv/umap/var/data'
# Default map location for new maps
LEAFLET_LONGITUDE = 2