From 9e4d5ae38fe310ea4748b7b3e94b8967b995269e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 12 Sep 2017 11:41:24 +0200 Subject: Remove all JQUERY_* parameters - remove jquery ui --- local_settings.py.pip.sample | 8 -------- 1 file changed, 8 deletions(-) (limited to 'local_settings.py.pip.sample') 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',) -- cgit v1.2.3