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:
Joseph Kocherhans 2006-02-27 23:13:45 +00:00
parent 50f1717525
commit f0117e5c7e
1 changed files with 1 additions and 0 deletions

View File

@ -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",
)