local_settings
This commit is contained in:
parent
46aa70be97
commit
630d8fdcd7
|
@ -103,3 +103,8 @@ INSTALLED_APPS = (
|
|||
# Uncomment the next line to enable admin documentation:
|
||||
# 'django.contrib.admindocs',
|
||||
)
|
||||
|
||||
try:
|
||||
from local_settings import *
|
||||
except:
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue
Block a user