diff --git a/scripts/install b/scripts/install index e5e1341..4d34375 100644 --- a/scripts/install +++ b/scripts/install @@ -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