This work is a prerequisite to deployments on Heroku.
Much of this work was taken from lore's configuration, which is also a django app deployed on Heroku.
It consists essentially of three important pieces:
Setting overrides, supporting both environment variables and a YAML config search path.
A django logging configuration that supports syslog, std, and stack trace error emails.
Tests that test the setting overrides, email config, and DB SSL.
This work is a prerequisite to deployments on Heroku. Much of this work was taken from lore's configuration, which is also a django app deployed on Heroku.
It consists essentially of three important pieces:
Closes #18 and #27.