From 7daf36726ca45424898d0fae6705020ab28c1cd5 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 25 Nov 2009 17:14:44 -0500 Subject: fixed error in template and removed ADMINS and DEBUG settings from settings.py --- settings_local.py.dist | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'settings_local.py.dist') diff --git a/settings_local.py.dist b/settings_local.py.dist index 33402d35..8209a9fe 100644 --- a/settings_local.py.dist +++ b/settings_local.py.dist @@ -9,6 +9,15 @@ LOG_FILENAME = 'django.lanai.log' import logging logging.basicConfig(filename=os.path.join(SITE_SRC_ROOT, 'log', LOG_FILENAME), level=logging.DEBUG,) +#ADMINS and MANAGERS +ADMINS = (('Forum Admin', 'team@cnprog.com'),) +MANAGERS = ADMINS + +#DEBUG SETTINGS +DEBUG = False +TEMPLATE_DEBUG = DEBUG +INTERNAL_IPS = ('127.0.0.1',) + DATABASE_NAME = 'cnprog' # Or path to database file if using sqlite3. DATABASE_USER = '' # Not used with sqlite3. DATABASE_PASSWORD = '' # Not used with sqlite3. -- cgit v1.2.3-1-g7c22