diff --git a/run.sh b/run.sh index af638ba0c83518e14028af90f738aa25560526c4..f582f318d8d7054c03087e7b33d28fb39cf094ff 100755 --- a/run.sh +++ b/run.sh @@ -40,6 +40,8 @@ if [[ $docker == "false" ]]; then if [[ $mode == "init-db" ]]; then echo "apply database migrations" ./manage.py migrate + echo "collect static resources" + ./manage.py collectstatic echo "create django superuser" ./manage.py createsuperuser --noinput echo "create rsa key"