mirror of
https://github.com/YunoHost-Apps/django-for-runners_ynh.git
synced 2024-09-03 18:26:16 +02:00
Call "fill_basedata" manage command on install
This commit is contained in:
parent
4da7bd28e1
commit
2543fc53e2
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ cd "$data_dir" || exit
|
|||
# Just for debugging:
|
||||
./manage.py diffsettings
|
||||
|
||||
./manage.py fill_basedata --no-input
|
||||
|
||||
./manage.py migrate --no-input
|
||||
./manage.py collectstatic --no-input
|
||||
|
||||
|
|
Loading…
Reference in a new issue