Mercurial > public > sg101
diff gpp/settings.py @ 317:2934a867c2ef
Updating home page text for #147. Several other minor tweaks; adding favicon.ico.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 02 Feb 2011 20:37:17 +0000 |
parents | 767cedc7d12a |
children | c550933ff5b6 |
line wrap: on
line diff
--- a/gpp/settings.py Sun Jan 30 20:02:32 2011 +0000 +++ b/gpp/settings.py Wed Feb 02 20:37:17 2011 +0000 @@ -83,7 +83,7 @@ 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', - 'debug_toolbar.middleware.DebugToolbarMiddleware', + #'debug_toolbar.middleware.DebugToolbarMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'gpp.core.middleware.InactiveUserMiddleware', 'gpp.core.middleware.WhosOnline', @@ -159,8 +159,8 @@ 'smiley', 'weblinks', ] -if DEBUG: - INSTALLED_APPS.append('debug_toolbar') +#if DEBUG: +# INSTALLED_APPS.append('debug_toolbar') LOGIN_URL = '/accounts/login/' LOGIN_REDIRECT_URL = '/profile/me/'