From: Frédéric Péters Date: Thu, 11 Jun 2020 09:20:51 +0000 (+0200) Subject: remove legacy gallery application X-Git-Tag: v2021~161 X-Git-Url: https://git.0d.be/?p=panikweb.git;a=commitdiff_plain;h=a571b43c0df796f529fc38f6bdb0e11f57362025 remove legacy gallery application --- 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')