mirror of
https://github.com/django/django.git
synced 2025-11-10 16:11:59 +00:00
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:
parent
912253371d
commit
32e9209dd9
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue