Rename settings.py -> settings.example.py

When a new deployment is created, or when new settings are added, we
want to avoid overwriting settings that may already be present. So we
use the settings.example.py file for default settings and settings.py
for deployment settings instead.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-07-17 19:55:43 -07:00
parent 08acfa327c
commit 258b8b955b
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
ALLOWED_HOSTS
threadchat/settings.py
### Django ###
*.log