File size: 148 Bytes
0716e6c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/bin/bash

python -m pip install --upgrade pip
pip install -r requirements.txt

python manage.py migrate
python manage.py collectstatic --noinput