We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff8f21 commit 542499aCopy full SHA for 542499a
build.sh
@@ -0,0 +1,6 @@
1
+set -o errexit # exit on error
2
+
3
+pip install -r requirements.txt
4
5
+python manage.py collectstatic --no-input
6
+python manage.py migrate
0 commit comments