mirror of
https://github.com/YunoHost-Apps/django-for-runners_ynh.git
synced 2024-09-03 18:26:16 +02:00
Bugfix "fill_basedata" call
This commit is contained in:
parent
d8edc4eae7
commit
af4356b6f1
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ cd "$data_dir" || exit
|
||||||
# Just for debugging:
|
# Just for debugging:
|
||||||
./manage.py diffsettings
|
./manage.py diffsettings
|
||||||
|
|
||||||
./manage.py fill_basedata --no-input
|
./manage.py fill_basedata
|
||||||
|
|
||||||
./manage.py migrate --no-input
|
./manage.py migrate --no-input
|
||||||
./manage.py collectstatic --no-input
|
./manage.py collectstatic --no-input
|
||||||
|
|
Loading…
Reference in a new issue