app/django/conf/project_template/settings.py
changeset 323 ff1a9aa48cfd
parent 54 03e267d67478
--- a/app/django/conf/project_template/settings.py	Tue Oct 14 12:36:55 2008 +0000
+++ b/app/django/conf/project_template/settings.py	Tue Oct 14 16:00:59 2008 +0000
@@ -61,7 +61,6 @@
     'django.middleware.common.CommonMiddleware',
     'django.contrib.sessions.middleware.SessionMiddleware',
     'django.contrib.auth.middleware.AuthenticationMiddleware',
-    'django.middleware.doc.XViewMiddleware',
 )
 
 ROOT_URLCONF = '{{ project_name }}.urls'