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
This commit is contained in:
Adrian Holovaty 2005-07-18 18:10:41 +00:00
parent 912253371d
commit 32e9209dd9
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ Now let's take the opportunity to hook Django into Apache/mod_python. Edit your
<Location "/admin/"> <Location "/admin/">
SetHandler python-program SetHandler python-program
PythonHandler django.core.handler PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE myproject.settings.admin SetEnv DJANGO_SETTINGS_MODULE myproject.settings.admin
PythonDebug On PythonDebug On
</Location> </Location>