diff gpp/settings.py @ 323:0c18dfb1da1c

Fixing #149; adding the ygroup application: an archive of the old Yahoo Group messages.
author Brian Neal <bgneal@gmail.com>
date Sun, 20 Feb 2011 00:31:54 +0000
parents c550933ff5b6
children 33f3d5987a96
line wrap: on
line diff
--- a/gpp/settings.py	Sat Feb 12 21:37:17 2011 +0000
+++ b/gpp/settings.py	Sun Feb 20 00:31:54 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',
@@ -158,9 +158,10 @@
     'shoutbox',
     'smiley',
     'weblinks',
+    'ygroup',
 ]
-if DEBUG:
-    INSTALLED_APPS.append('debug_toolbar')
+#if DEBUG:
+#    INSTALLED_APPS.append('debug_toolbar')
 
 LOGIN_URL = '/accounts/login/'
 LOGIN_REDIRECT_URL = '/profile/me/'