From 253444d345d8e826be75432b489e15825a5ecd56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Tue, 24 Dec 2019 17:05:52 +0100 Subject: [PATCH] Re-add the lost wiki_group installed app --- WikiENS/settings/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/WikiENS/settings/common.py b/WikiENS/settings/common.py index 99af98e..67cdbc7 100644 --- a/WikiENS/settings/common.py +++ b/WikiENS/settings/common.py @@ -55,6 +55,7 @@ INSTALLED_APPS = [ "sorl.thumbnail", "widget_tweaks", "shared", # Keep `shared` above `wiki` to override the default templates + "wiki_groups", "wiki", "wiki.plugins.attachments", "wiki.plugins.notifications",