From 024fd1b2843d2abd0094faedfbc49e1d1a21edd0 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 24 Mar 2012 12:32:38 -0500 Subject: Remove cdnprefix template tag Signed-off-by: Dan McGee --- local_settings.py.example | 2 -- 1 file changed, 2 deletions(-) (limited to 'local_settings.py.example') diff --git a/local_settings.py.example b/local_settings.py.example index 30a67d5..37ac29a 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: -- cgit v1.2.3-24-g4f1b