diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-27 12:49:15 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-27 12:49:15 -0400 |
commit | d66c23c4394900d8156034316ac269c4bcbe2d7c (patch) | |
tree | 480d81dc6039d68b1762536775856ffdcd75c3c7 /local_settings.py.example | |
parent | 8848132bdd9c0e30b5ec0b656af90063344095ce (diff) |
fix things
Diffstat (limited to 'local_settings.py.example')
-rw-r--r-- | local_settings.py.example | 4 |
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' |