mirror of
https://github.com/YunoHost-Apps/django-for-runners_ynh.git
synced 2024-09-03 18:26:16 +02:00
call fill_basedata in install step
This commit is contained in:
parent
70a498b99e
commit
8536e827a7
1 changed files with 3 additions and 0 deletions
|
@ -165,6 +165,9 @@ cd "$final_path" || exit
|
||||||
./manage.py diffsettings
|
./manage.py diffsettings
|
||||||
|
|
||||||
./manage.py migrate --no-input
|
./manage.py migrate --no-input
|
||||||
|
|
||||||
|
./manage.py fill_basedata # Special from django-for-runners
|
||||||
|
|
||||||
./manage.py collectstatic --no-input
|
./manage.py collectstatic --no-input
|
||||||
|
|
||||||
# Create/update Django superuser (set unusable password, because auth done via SSOwat):
|
# Create/update Django superuser (set unusable password, because auth done via SSOwat):
|
||||||
|
|
Loading…
Reference in a new issue