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
|
*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
migrations
|
migrations
|
||||||
settings.py
|
local_settings.py
|
||||||
db.sqlite3
|
db.sqlite3
|
||||||
*.mo
|
*.mo
|
||||||
static/ext-libs
|
static/ext-libs
|
||||||
|
Loading…
Reference in New Issue
Block a user