update pip version in virtualenv

This commit is contained in:
j3d1 2021-11-09 14:42:50 +01:00
parent 985d477ef6
commit 1ce9cc9e5a

View file

@ -15,6 +15,7 @@ function run_update(){
git pull
cd backend
source venv/bin/activate
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt
python3 manage.py migrate
python3 manage.py collectstatic --noinput