From 32e9209dd9928b813d1b8c52627d77c46c097184 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 18 Jul 2005 18:10:41 +0000 Subject: [PATCH] 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 --- docs/tutorial02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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