mybuddy/.render.com/build.sh

8 lines
130 B
Bash
Raw Normal View History

2022-05-22 21:16:25 +00:00
#!/usr/bin/env bash
set -o errexit
python -m pip install --upgrade pip
pip install -r requirements.txt
2022-05-22 21:16:25 +00:00
python manage.py migrate