python-getting-started icon indicating copy to clipboard operation
python-getting-started copied to clipboard

Fixes + Postgres

Open JbCourtois opened this issue 3 years ago • 0 comments

This implements a build compatible both locally (with heroku local) and remotely (with heroku create)

Django-heroku is not used because of the psycopg dependency that crashes on my OSX system, so we use dj-database-url with psycopg-binary instead.

We also fix pylints in the process.

JbCourtois avatar Nov 29 '20 05:11 JbCourtois