Fixup install

master
Julian M. Kunkel 2018-05-06 09:18:42 +01:00
parent 90d8c13215
commit 1a0c5af7f7
2 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,4 @@ celery
markdown
psycopg2-binary
social-auth-app-django
pyjwkest

View File

@ -18,6 +18,7 @@ if [[ ! -e $V ]] ; then
cd $V
source $V/bin/activate
pip3 install -U -r /data/dev/requirements.txt
pip3 install --ignore-installed python-social-auth
python3 ./manage.py migrate
fi
source $V/bin/activate