You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the most important file in this Django project, settings.py must be in better shape in four senses.
Scrub sensitive information from the file. Only the template is shared on the remote repository. Each contributor fill out the template on the local workspace.
Allow flexible settings on database, web server, etc. It's currently hard-coded for Heroku-specific settings.
Remove duplicate declarations and assignments. It has plenty of them now.
Include missing details such as admin information. It's not crucial to run the application, but it should have as much information as possible.
This issue is also a starting point of #37. I'm assigning myself.
The text was updated successfully, but these errors were encountered:
As the most important file in this Django project,
settings.py
must be in better shape in four senses.This issue is also a starting point of #37. I'm assigning myself.
The text was updated successfully, but these errors were encountered: