We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bcedf6 commit 1049855Copy full SHA for 1049855
build.sh
@@ -2,5 +2,7 @@
2
# exit on error
3
set -o errexit
4
5
+pip install -r requirements.txt
6
+
7
python manage.py collectstatic --no-input
8
python manage.py migrate
render.yaml
0 commit comments