magic-removal: added the new request user middleware to the project template
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2424 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
50f1717525
commit
f0117e5c7e
|
@ -53,6 +53,7 @@ TEMPLATE_LOADERS = (
|
|||
MIDDLEWARE_CLASSES = (
|
||||
"django.middleware.common.CommonMiddleware",
|
||||
"django.contrib.sessions.middleware.SessionMiddleware",
|
||||
"django.contrib.auth.middleware.RequestUserMiddleware",
|
||||
"django.middleware.doc.XViewMiddleware",
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue