local_settings

This commit is contained in:
Sanj 2011-08-19 18:44:38 +05:30
parent da67482965
commit 3a886ed4cb

View File

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