Skip to content
Snippets Groups Projects
Commit 90159aef authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: collectstatic should run without user interaction

parent 35d9f03f
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ if [[ $docker == "false" ]]; then
echo "apply database migrations"
./manage.py migrate
echo "collect static resources"
./manage.py collectstatic
./manage.py collectstatic --clear --noinput
echo "create django superuser"
./manage.py createsuperuser --noinput
echo "create rsa key"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment