From c45f0a65c87d6ec973b75207fa35af1c8cd6f4ff Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 15 Mar 2023 18:01:26 +0100 Subject: [PATCH] Add more missing apps --- server/core/migrations/0003_auto_20230309_1714.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/core/migrations/0003_auto_20230309_1714.py b/server/core/migrations/0003_auto_20230309_1714.py index 58291df4..cb9c9ea1 100644 --- a/server/core/migrations/0003_auto_20230309_1714.py +++ b/server/core/migrations/0003_auto_20230309_1714.py @@ -20,6 +20,10 @@ news = ["news"] support = ["users", "auth"] cms_editors = [ "objectives", + "books", + "assignments", + "basicknowledge", + "surveys", "wagtailadmin", "wagtailcore", "wagtailimages",