Ensure Django loads .env file when running outside of Docker
Django doesn't load the .env file into the environment by default on startup. I hadn't noticed this as apparently VSCode does this automatically. https://github.com/jpadilla/django-dotenv will allow us to force Django to read the .env file on startup.