Masquerading works

This commit is contained in:
Piotr Mitros
2012-05-04 16:29:44 -04:00
committed by Kyle Fiedler
parent 9d6878226f
commit 4e915d5268
3 changed files with 4 additions and 1 deletions

View File

@@ -115,6 +115,7 @@ MIDDLEWARE_CLASSES = (
'django.middleware.csrf.CsrfViewMiddleware',
#'django.contrib.auth.middleware.AuthenticationMiddleware',
'cache_toolbox.middleware.CacheBackedAuthenticationMiddleware',
'masquerade.middleware.MasqueradeMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'track.middleware.TrackMiddleware',
'mitxmako.middleware.MakoMiddleware',
@@ -145,6 +146,7 @@ INSTALLED_APPS = (
'circuit',
'perfstats',
'util',
'masquerade',
# Uncomment the next line to enable the admin:
# 'django.contrib.admin',
# Uncomment the next line to enable admin documentation: