Kaydet (Commit) 32e9209d authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Fixed #68 -- Changed reference to deprecated mod_python config in tutorial 2.…

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
üst 91225337
...@@ -65,7 +65,7 @@ Now let's take the opportunity to hook Django into Apache/mod_python. Edit your ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment