heroku / django-heroku

[DEPRECATED] Do not use! See https://github.com/heroku/django-heroku/issues/56
BSD 3-Clause "New" or "Revised" License
458 stars 139 forks source link

Flexibility when establishing database connection #12

Open burcaw opened 6 years ago

burcaw commented 6 years ago

Here is a pass at providing flexibility in establishing the database connection per the following two issues:

Permit disabling 'require_ssl' when running locally for development https://github.com/heroku/django-heroku/issues/10

Ability to Override MAX_CONN_AGE https://github.com/heroku/django-heroku/issues/11

I welcome any feedback to make these changes acceptable for inclusion.