local_settings

This commit is contained in:
Sanj 2011-11-09 21:17:19 +05:30
parent 46aa70be97
commit 630d8fdcd7

View File

@ -103,3 +103,8 @@ INSTALLED_APPS = (
# Uncomment the next line to enable admin documentation: # Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs', # 'django.contrib.admindocs',
) )
try:
from local_settings import *
except:
pass