We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3b178 commit 714652cCopy full SHA for 714652c
1 file changed
scripts/startup.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
3
python manage.py migrate
4
-python manage.py collectstatic
+python manage.py collectstatic --no-input
5
python manage.py runserver 0.0.0.0:8000 --noreload
0 commit comments