From: Frédéric Péters Date: Thu, 11 Jun 2020 09:20:41 +0000 (+0200) Subject: fixup (and rename previous removal template) X-Git-Tag: v2021~162 X-Git-Url: https://git.0d.be/?p=panikweb.git;a=commitdiff_plain;h=c08cb91990fc5ba886808d961b3681b61e028443 fixup (and rename previous removal template) --- diff --git a/panikweb/settings.py b/panikweb/settings.py index 49819ad..ebfbc49 100644 --- a/panikweb/settings.py +++ b/panikweb/settings.py @@ -170,6 +170,7 @@ INSTALLED_APPS = ( 'combo.apps.dashboard', 'combo.apps.search', 'panikombo', + 'gallery', ) CKEDITOR_UPLOAD_PATH = os.path.join(MEDIA_ROOT, 'uploads')