summaryrefslogtreecommitdiff
path: root/local_settings.py.example
diff options
context:
space:
mode:
Diffstat (limited to 'local_settings.py.example')
-rw-r--r--local_settings.py.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/local_settings.py.example b/local_settings.py.example
index e5988c8d..c18a83d5 100644
--- a/local_settings.py.example
+++ b/local_settings.py.example
@@ -65,10 +65,10 @@ CACHE_MIDDLEWARE_SECONDS = 300
SESSION_COOKIE_SECURE = False
## location for saving dev pictures
-MEDIA_ROOT = '/srv/http/media/devs/'
+MEDIA_ROOT = '/srv/http/web/collected_static/devs'
## web url for serving image files
-MEDIA_URL = '/media/'
+MEDIA_URL = '/static/devs/'
## Make this unique, and don't share it with anybody.
SECRET_KEY = '00000000000000000000000000000000000000000000000'