From 411b3245c38d2f2da0e2a95df236b27dd6c380a6 Mon Sep 17 00:00:00 2001 From: remco Date: Fri, 19 Jan 2018 21:52:00 +0100 Subject: [PATCH] Fix #406 for easy installing on ubuntu --- umap/settings/local.py.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/umap/settings/local.py.sample b/umap/settings/local.py.sample index a22a7dff..de8b8437 100644 --- a/umap/settings/local.py.sample +++ b/umap/settings/local.py.sample @@ -99,10 +99,10 @@ UMAP_READONLY = 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