From a8757f7f960bb1f2d702063cde44e4926be665c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Kosma=C4=8D?= Date: Fri, 23 Dec 2022 13:34:41 +0100 Subject: [PATCH] added fixtures fix to readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd446d7..c28cfa0 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,13 @@ set `is_staff` to True, and give them any necessary permissions (there will be a permission group eventually, but for now you'll have to select them manually). -None of the links in the menu will work. You'll have to create the 4 categories -(under the journal app) and the 2 pages (under the cms app). +With the updated initial_fixtures you will all these required objects: + +* 2 issues +* 3 categories (inquiry, theory, bulletins) +* 5 pages (homepage, about, support, contribute, lom) + +These objectes are all required for the cms (header links, index etc.) to work. ## Deploying in production