added local_settings.py
This commit is contained in:
parent
9eca98c1d4
commit
83d7f19294
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
*.pyc
|
||||
.idea
|
||||
local_settings.py
|
||||
|
|
|
|||
|
|
@ -199,3 +199,8 @@ LOGGING = {
|
|||
},
|
||||
}
|
||||
}
|
||||
|
||||
try:
|
||||
from local_settings import *
|
||||
except ImportError, e:
|
||||
print 'Unable to load local_settings.py:', e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue