summaryrefslogtreecommitdiff
path: root/docs/tutorial02.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial02.txt')
-rw-r--r--docs/tutorial02.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt
index c764bceedd..114ba41aac 100644
--- a/docs/tutorial02.txt
+++ b/docs/tutorial02.txt
@@ -65,7 +65,7 @@ Now let's take the opportunity to hook Django into Apache/mod_python. Edit your
<Location "/admin/">
SetHandler python-program
- PythonHandler django.core.handler
+ PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE myproject.settings.admin
PythonDebug On
</Location>