summaryrefslogtreecommitdiff
path: root/local_settings.py.pip.sample
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-09-12 11:41:24 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-09-12 11:41:24 +0200
commit9e4d5ae38fe310ea4748b7b3e94b8967b995269e (patch)
treeb58762800620e985176a0d70ae172956fb8727f1 /local_settings.py.pip.sample
parent77fbbf70b33300d573c0ee660b4a42cdbed460c0 (diff)
downloadChimère-9e4d5ae38fe310ea4748b7b3e94b8967b995269e.tar.bz2
Chimère-9e4d5ae38fe310ea4748b7b3e94b8967b995269e.zip
Remove all JQUERY_* parameters - remove jquery ui
Diffstat (limited to 'local_settings.py.pip.sample')
-rw-r--r--local_settings.py.pip.sample8
1 files changed, 0 insertions, 8 deletions
diff --git a/local_settings.py.pip.sample b/local_settings.py.pip.sample
index 105002e..c3043a4 100644
--- a/local_settings.py.pip.sample
+++ b/local_settings.py.pip.sample
@@ -31,11 +31,3 @@ DATABASES = {
'PASSWORD': '',
},
}
-
-# if you want to use tinymce provide an URL or a relative path to find it
-JQUERY_JS_URLS = (
- '%sjquery/jquery.js' % STATIC_URL,
- 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js')
-JQUERY_CSS_URLS = (
- 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/'
- 'base/jquery-ui.css',)