settings, templates

This commit is contained in:
Karen 2011-09-28 23:56:28 +05:30
parent 0885ecf4ff
commit 1be55d4cb8

View File

@ -97,3 +97,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