public
Description: The source code for the Django Plugables application index.
Homepage: http://djangoplugables.com/
Clone URL: git://github.com/revyver/django-plugables.git
Throwing in some Google Analytics middleware.
revyver (author)
Sun Jun 22 19:18:19 -0700 2008
commit  080e7b4d84477b7a6706a3ab6c27759a3687bac6
tree    19f3979070bd8844f9730cef9ae2a15fc271ef44
parent  a7a9642bf0c7fb1da7b7df7e3f9a21e19e14e26a
...
35
36
37
 
38
39
40
...
35
36
37
38
39
40
41
0
@@ -35,6 +35,7 @@ MIDDLEWARE_CLASSES = (
0
     'django.middleware.doc.XViewMiddleware',
0
     'django.middleware.http.ConditionalGetMiddleware',
0
     'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware',
0
+ 'applciations.core.middleware.analytics.GoogleAnalyticsMiddleware', # Custom Middleware
0
 )
0
 USE_ETAGS = True
0
 APPEND_SLASH = True

Comments

    No one has commented yet.