Created mia.local_settings and moved the local settings from mia.settings to mia.local_settings. Removed settings.py from .gitignore, and added local_settings.py to .gitignore.

This commit is contained in:
依瑪貓 2020-07-02 10:08:33 +08:00
parent 9690256edc
commit 6295641366

2
.gitignore vendored
View File

@ -1,7 +1,7 @@
*.pyc
__pycache__
migrations
settings.py
local_settings.py
db.sqlite3
*.mo
static/ext-libs