From e61e12d22a27af07518457e4726499544d9ce52a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 11 Jun 2020 11:19:55 +0200 Subject: [PATCH] remove legacy gallery application --- panikweb/settings.py | 1 - .../templates/combo/topik_menu_item.html | 30 ------------------- 2 files changed, 31 deletions(-) delete mode 100644 panikweb_templates/templates/combo/topik_menu_item.html diff --git a/panikweb/settings.py b/panikweb/settings.py index ebfbc49..49819ad 100644 --- a/panikweb/settings.py +++ b/panikweb/settings.py @@ -170,7 +170,6 @@ INSTALLED_APPS = ( 'combo.apps.dashboard', 'combo.apps.search', 'panikombo', - 'gallery', ) CKEDITOR_UPLOAD_PATH = os.path.join(MEDIA_ROOT, 'uploads') diff --git a/panikweb_templates/templates/combo/topik_menu_item.html b/panikweb_templates/templates/combo/topik_menu_item.html deleted file mode 100644 index ff3b12b..0000000 --- a/panikweb_templates/templates/combo/topik_menu_item.html +++ /dev/null @@ -1,30 +0,0 @@ -{% load combo paniktags thumbnail %} -
  • - -
  • -- 2.39.2