Django

Code

Ticket #68 (closed: fixed)

Opened 3 years ago

Last modified 1 year ago

Tutorial 02 shows deprecated mod_python config

Reported by: pb@e-scribe.com Assigned to: jacob
Milestone: Component: Documentation
Version: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

Per changeset:169, the mod_python config should specify django.core.handlers.modpython as handler.

--- docs/tutorial02.txt Mon Jul 18 11:10:22 2005
+++ docs/tutorial02_update.txt  Mon Jul 18 13:24:01 2005
@@ -65,7 +65,7 @@
 
     <Location "/admin/">
         SetHandler python-program
-        PythonHandler django.core.handler
+        PythonHandler django.core.handlers.modpython
         SetEnv DJANGO_SETTINGS_MODULE myproject.settings.admin
         PythonDebug On
     </Location>

Attachments

Change History

07/18/05 13:12:21 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [176]. Thanks very much.


Add/Change #68 (Tutorial 02 shows deprecated mod_python config)




Change Properties
Action