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