From a571b43c0df796f529fc38f6bdb0e11f57362025 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 11 Jun 2020 11:20:51 +0200 Subject: [PATCH] remove legacy gallery application --- panikweb/settings.py | 1 - 1 file changed, 1 deletion(-) 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') -- 2.39.2