call fill_basedata in install step

This commit is contained in:
Jens Diemer 2023-04-03 09:33:34 +02:00
parent 70a498b99e
commit 8536e827a7

View file

@ -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):