From eb1f5af30b668c95bcfe333471caacce59dd4802 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 27 Jan 2019 14:47:29 +0100 Subject: [PATCH] update for django 1.11 --- panikdb/settings.py | 3 -- panikdb/templates/base.html | 5 ++- panikdb/templates/home.html | 4 +-- panikdb/templates/registration/login.html | 3 +- panikdb/urls.py | 37 +++++++++++++---------- 5 files changed, 28 insertions(+), 24 deletions(-) diff --git a/panikdb/settings.py b/panikdb/settings.py index f00b18d..4992ae6 100644 --- a/panikdb/settings.py +++ b/panikdb/settings.py @@ -141,9 +141,6 @@ INSTALLED_APPS = ( 'ckeditor', 'haystack', 'taggit', - 'jquery', - 'datetimewidget', - 'django_bootstrap_staticfiles', 'emissions', 'newsletter', 'matos', diff --git a/panikdb/templates/base.html b/panikdb/templates/base.html index e643bed..f95c6ff 100644 --- a/panikdb/templates/base.html +++ b/panikdb/templates/base.html @@ -14,7 +14,10 @@ {% block css %} {{ block.super }} - {% import_django_select2_js_css %} + + + + {% endblock %} diff --git a/panikdb/templates/home.html b/panikdb/templates/home.html index 95f5f9b..eb4545b 100644 --- a/panikdb/templates/home.html +++ b/panikdb/templates/home.html @@ -63,7 +63,7 @@