comparison gpp/settings.py @ 206:272d3a8c98e8

Some minor tweaks made while rebuilding the development database after Ubuntu 10.04 install.
author Brian Neal <bgneal@gmail.com>
date Mon, 03 May 2010 02:49:31 +0000
parents 6a5549c2efb5
children 28988cce138b
comparison
equal deleted inserted replaced
205:da46e77cd804 206:272d3a8c98e8
236 filename=os.path.join(project_path, 'logs', 'gpp.log'), 236 filename=os.path.join(project_path, 'logs', 'gpp.log'),
237 filemode='a', 237 filemode='a',
238 format='%(asctime)s %(levelname)s %(message)s', 238 format='%(asctime)s %(levelname)s %(message)s',
239 level=local_settings.LOG_LEVEL) 239 level=local_settings.LOG_LEVEL)
240 240
241 #######################################################################
242 # Django Debug Toolbar
243 #######################################################################
244
245 if DEBUG:
246 DEBUG_TOOLBAR_CONFIG = local_settings.DEBUG_TOOLBAR_CONFIG
241 247
242 ####################################################################### 248 #######################################################################
243 # URL's of 3rd party Javascript and CSS files. 249 # URL's of 3rd party Javascript and CSS files.
244 # These dictionaries are used by core/templatetags/script_tags, and 250 # These dictionaries are used by core/templatetags/script_tags, and
245 # should also be used by developers when creating form media classes. 251 # should also be used by developers when creating form media classes.