diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-03-27 09:48:54 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-03-27 09:48:54 -0400 |
commit | 1c5cb2aa39a596b94711584d8b300cc20a667634 (patch) | |
tree | 71c548b00aadab4ce3fd83d9fa428567051e462e /local_settings.py.example | |
parent | f3185cbe0f85adf7bd257ac409436b9b58188285 (diff) |
better comments in local_settings.py.example
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 b8407d3e..30ec3d67 100644 --- a/local_settings.py.example +++ b/local_settings.py.example @@ -41,10 +41,10 @@ CACHE_MIDDLEWARE_SECONDS = 300 ## locally, you will want to use False. SESSION_COOKIE_SECURE = False -## location for saving dev pictures +## location for saving dev pictures (the 'devs' folder should be inside of this) MEDIA_ROOT = '/srv/example.com/img/' -## web url for serving image files +## web url for serving image files (the 'devs' folder should be inside of this) MEDIA_URL = '/media/img/' ## Make this unique, and don't share it with anybody. |