All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Static files now work out-of-the-box and
whitenoise
is always used to serve static files, not just in production.
- Swapped out use of
environ.Env
forenviron.FileAwareEnv
to allow for loading environment variables from files in addition to standard environment variables.