From 8536e827a73c8694097741955c15f5272855c2b7 Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Mon, 3 Apr 2023 09:33:34 +0200 Subject: [PATCH] call fill_basedata in install step --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index b56bb3b..1783a3e 100755 --- a/scripts/install +++ b/scripts/install @@ -165,6 +165,9 @@ cd "$final_path" || exit ./manage.py diffsettings ./manage.py migrate --no-input + +./manage.py fill_basedata # Special from django-for-runners + ./manage.py collectstatic --no-input # Create/update Django superuser (set unusable password, because auth done via SSOwat):