Install postgres pip package

This commit is contained in:
George Lacey 2022-10-05 08:07:34 +01:00
parent 8c8465df52
commit c79af4b675

View File

@ -35,7 +35,7 @@ print_action "Installing pip packages, this may take a while..."
# install required pip packages # install required pip packages
yes | python -m pip install --upgrade wheel yes | python -m pip install --upgrade wheel
yes | python -m pip install django gunicorn django-libsass django-compressor django-axes django-redis yes | python -m pip install django gunicorn django-libsass django-compressor django-axes django-redis psycopg2-binary
print_action "Setting up static files and database" print_action "Setting up static files and database"