Setting Environment Variables Locally for Django Development
While reading the book "Two Scoops of Django", I learned many useful things about Django. One of the really useful tips in chapter 5 of the book is the isolation of secrets (e.g. API keys and database passwords) from the source code repository, through the use of environment variables …
more ...