mirror of
https://github.com/YunoHost-Apps/coin_ynh.git
synced 2024-09-03 18:16:26 +02:00
Make migrations during install
This commit is contained in:
parent
439f605e35
commit
5e928a55cb
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ ln -s $final_path/$app/static $final_path/static
|
|||
chown -R $app:www-data $final_path
|
||||
|
||||
pushd $final_path
|
||||
$final_path/venv/bin/python manage.py makemigrations --noinput
|
||||
$final_path/venv/bin/python manage.py migrate --noinput
|
||||
$final_path/venv/bin/python manage.py collectstatic --noinput
|
||||
popd
|
||||
|
|
Loading…
Add table
Reference in a new issue