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 SetHandler python-program - PythonHandler django.core.handler + PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE myproject.settings.admin PythonDebug On