heroku / heroku-django-template

A Django 2.0 base template featuring all recommended best practices for deployment on Heroku and local development.
https://www.heroku.com/python
903 stars 0 forks source link

updates psycopg2 version #85

Closed ryanhaining closed 6 years ago

ryanhaining commented 6 years ago

I could easily be making a mistake elsewhere, but I got this fix from following https://github.com/openshift/django-ex/issues/103 to https://github.com/openshift/django-ex/pull/104/files after getting the error Error: could not determine PostgreSQL version from '10.1' trying to run pip install -r requirements with the template

akshaybabloo commented 6 years ago

Duplicate of #80?

ryanhaining commented 6 years ago

yep