Fixup install
This commit is contained in:
parent
90d8c13215
commit
1a0c5af7f7
|
@ -9,3 +9,4 @@ celery
|
|||
markdown
|
||||
psycopg2-binary
|
||||
social-auth-app-django
|
||||
pyjwkest
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue