This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Description
It would appear that Heroku doesn't automatically forward HTTP requests to HTTPS, and since we aren't handling the load balancing on the Heroku end we'll need to do this from Django.
There are a few guides for doing exactly this:
We'll want to set this up to be disabled locally since that's fine to be over HTTP (and would be difficult to set up HTTPS locally).