Django

Code

Changeset 176

Show
Ignore:
Timestamp:
07/18/05 13:10:41 (3 years ago)
Author:
adrian
Message:

Fixed #68 -- Changed reference to deprecated mod_python config in tutorial 2. Thanks, pb@e-scribe.com

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/tutorial02.txt

    r172 r176  
    6666    <Location "/admin/"> 
    6767        SetHandler python-program 
    68         PythonHandler django.core.handler 
     68        PythonHandler django.core.handlers.modpython 
    6969        SetEnv DJANGO_SETTINGS_MODULE myproject.settings.admin 
    7070        PythonDebug On