summaryrefslogtreecommitdiff
path: root/docs/tutorial02.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-18 18:10:41 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-18 18:10:41 +0000
commit32e9209dd9928b813d1b8c52627d77c46c097184 (patch)
tree38b1d24baf1e68261f3bb068c4b2e4f634b8a870 /docs/tutorial02.txt
parent912253371d58a27427719d50aa5cf140153f78df (diff)
Fixed #68 -- Changed reference to deprecated mod_python config in tutorial 2. Thanks, pb@e-scribe.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@176 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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>