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:
parent
9690256edc
commit
6295641366
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,7 +1,7 @@
|
||||
*.pyc
|
||||
__pycache__
|
||||
migrations
|
||||
settings.py
|
||||
local_settings.py
|
||||
db.sqlite3
|
||||
*.mo
|
||||
static/ext-libs
|
||||
|
Loading…
Reference in New Issue
Block a user