diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-27 13:12:03 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-27 13:12:03 -0400 |
commit | 71d83211a7ff02aa4b2dd1cefc6e699d0aaf3460 (patch) | |
tree | 980513e722a8237b11e03afcfb717102731a7144 /local_settings.py.example | |
parent | d66c23c4394900d8156034316ac269c4bcbe2d7c (diff) |
update local_settings.py.exampleparabolaweb-2012-10-27
Diffstat (limited to 'local_settings.py.example')
-rw-r--r-- | local_settings.py.example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/local_settings.py.example b/local_settings.py.example index c18a83d5..366af0a5 100644 --- a/local_settings.py.example +++ b/local_settings.py.example @@ -64,11 +64,11 @@ CACHE_MIDDLEWARE_SECONDS = 300 ## locally, you will want to use False. SESSION_COOKIE_SECURE = False -## location for saving dev pictures -MEDIA_ROOT = '/srv/http/web/collected_static/devs' +## location for saving dev pictures (the 'devs' folder should be inside of this) +MEDIA_ROOT = '/srv/http/web/collected_static' -## web url for serving image files -MEDIA_URL = '/static/devs/' +## web url for serving image files (the 'devs' folder should be inside of this) +MEDIA_URL = '/static/' ## Make this unique, and don't share it with anybody. SECRET_KEY = '00000000000000000000000000000000000000000000000' |