diff options
author | Dan McGee <dan@archlinux.org> | 2012-03-24 12:32:38 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-03-24 12:32:38 -0500 |
commit | 024fd1b2843d2abd0094faedfbc49e1d1a21edd0 (patch) | |
tree | 7928ea819db606d1e0b92e3ea0a63b1721c82ae7 /local_settings.py.example | |
parent | 9d011312e850aa3dcab539cbf633191b2f3b7f54 (diff) |
Remove cdnprefix template tag
Signed-off-by: Dan McGee <dan@archlinux.org>
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 30a67d51..37ac29a6 100644 --- a/local_settings.py.example +++ b/local_settings.py.example @@ -53,7 +53,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: |