heroku / django-heroku

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

Don't require SSL to the database when running in debug mode. #43

Open craiga opened 5 years ago

craiga commented 5 years ago

This is an attempt to fix #10.

If the environment variable DATABASE_NO_SSL_REQUIRE is truthy, then a database connection is not required.