summaryrefslogtreecommitdiff
path: root/local_settings.py.example
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-10-27 12:49:15 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-10-27 12:49:15 -0400
commitd66c23c4394900d8156034316ac269c4bcbe2d7c (patch)
tree480d81dc6039d68b1762536775856ffdcd75c3c7 /local_settings.py.example
parent8848132bdd9c0e30b5ec0b656af90063344095ce (diff)
fix things
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'