Mercurial > public > sg101
diff 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 |
line wrap: on
line diff
--- a/gpp/settings.py Sat May 01 22:25:49 2010 +0000 +++ b/gpp/settings.py Mon May 03 02:49:31 2010 +0000 @@ -238,6 +238,12 @@ format='%(asctime)s %(levelname)s %(message)s', level=local_settings.LOG_LEVEL) +####################################################################### +# Django Debug Toolbar +####################################################################### + +if DEBUG: + DEBUG_TOOLBAR_CONFIG = local_settings.DEBUG_TOOLBAR_CONFIG ####################################################################### # URL's of 3rd party Javascript and CSS files.