Separate your development and production settings for a django project
When I first started working on Django, I used to edit the settings file every time I had to push the code to deployment. Change the value of DEBUG
, read the values for SECURITY_KEY …