import local_settings
This commit is contained in:
parent
6062d4782f
commit
b90940d305
1 changed files with 7 additions and 0 deletions
|
@ -101,3 +101,10 @@ INSTALLED_APPS = (
|
||||||
'django.contrib.sites',
|
'django.contrib.sites',
|
||||||
'texts',
|
'texts',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
#overwrite default settings with local settings
|
||||||
|
try:
|
||||||
|
from local_settings import *
|
||||||
|
except ImportError:
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue