summaryrefslogtreecommitdiffstats
path: root/local_settings.py.example
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2017-06-29 16:32:44 +0200
committerJelle van der Waa <jelle@vdwaa.nl>2017-06-29 16:32:44 +0200
commit700afd84c02afaa77e5a4a058319292f1a387baf (patch)
treef472a3b32bb8d1e85ed04fd33b631b9037165164 /local_settings.py.example
parent3fa3f9e67f6e800910ae78222176d1cec50c3bcd (diff)
downloadarchweb-700afd84c02afaa77e5a4a058319292f1a387baf.tar.gz
archweb-700afd84c02afaa77e5a4a058319292f1a387baf.zip
Remove CDN configuration option
Remove the unused CDN configuration option for JQuery. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
Diffstat (limited to 'local_settings.py.example')
-rw-r--r--local_settings.py.example3
1 files changed, 0 insertions, 3 deletions
diff --git a/local_settings.py.example b/local_settings.py.example
index d5c20063..b4132981 100644
--- a/local_settings.py.example
+++ b/local_settings.py.example
@@ -53,7 +53,4 @@ MEDIA_URL = '/media/img/'
## Make this unique, and don't share it with anybody.
SECRET_KEY = '00000000000000000000000000000000000000000000000'
-## CDN settings
-CDN_ENABLED = False
-
# vim: set ts=4 sw=4 et: