django-on-heroku icon indicating copy to clipboard operation
django-on-heroku copied to clipboard

A Django library for Heroku apps.

Results 7 django-on-heroku issues
Sort by recently updated
recently updated
newest added

The code now uses f-strings, so is Python 3.6+. I've run the tests on Python 3.9 & 3.10

Hi! This package uses `psycopg2-binary` which bundles a pre-compiled version of `psycopg2`. Whilst this improves the UX of running locally (since missing dependencies/misconfigured dependencies won't result in a pip install...

Hello! Thanks a lot for your time spend on maintaining this library, it really spared me a lot of time. The only issue I encountered is that you need to...

Without `allowed_hosts=False`, the `ALLOWED_HOSTS` setting is set to `['*']`. I don't really know how does Heroku handles routing, but I suspect this might be a security issue (see the docs...

- Include also info how to run it with S3 bucket - Add info that Postgres is required and also Postgres add-on