diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-12 19:10:27 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-12 19:10:27 -0500 |
commit | bcf8f7438278880f092361814bbcd3207d11e937 (patch) | |
tree | c9b83fb0770dd17f352673c3ff13b8b13b09a180 /local_settings.py.example | |
parent | 02fdb37d55ec1158162d4c35c3b43d1bcd4e58fa (diff) | |
parent | 024fd1b2843d2abd0094faedfbc49e1d1a21edd0 (diff) |
Merge commit '024fd1b' (Remove cdnprefix template tag)
Conflicts:
templates/base.html
templates/public/art.html
templates/public/donate.html
templates/public/download.html
templates/public/index.html
Diffstat (limited to 'local_settings.py.example')
-rw-r--r-- | local_settings.py.example | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/local_settings.py.example b/local_settings.py.example index e252d625..5a8d4b26 100644 --- a/local_settings.py.example +++ b/local_settings.py.example @@ -75,7 +75,5 @@ SECRET_KEY = '00000000000000000000000000000000000000000000000' ## CDN settings CDN_ENABLED = False -# Scheme-relative URL, should work for both http/https -CDN_PATH = '//example.com/path/' # vim: set ts=4 sw=4 et: |