Masquerading works
This commit is contained in:
committed by
Kyle Fiedler
parent
9d6878226f
commit
4e915d5268
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user