#4296: Wrong path in mod_python documentation
--------------------------------------+-------------------------------------
   Reporter:  anonymous               |                Owner:  jacob        
     Status:  reopened                |            Component:  Documentation
    Version:  SVN                     |           Resolution:               
   Keywords:  mod python, pythonpath  |                Stage:  Accepted     
  Has_patch:  1                       |           Needs_docs:  0            
Needs_tests:  0                       |   Needs_better_patch:  0            
--------------------------------------+-------------------------------------
Changes (by [EMAIL PROTECTED]):

  * status:  closed => reopened
  * has_patch:  0 => 1
  * resolution:  duplicate =>

Comment:

 This is not a dup of #3842.
 
 The patch I uploaded was applied and the problem this ticket adressed, got
 solved.
 
 With your latest change, the text that caused problems got changed back to
 the original state before my patch.
 
 The problem as stated in the ticket description, is that
 {{{
 PythonPath "['/path/to/project] + sys.path"
 }}}
 
 tricks those new to django and python into thinking they have to use the
 path to their project, and ***not*** the parent dir as it should be:
 
 {{{
 PythonPath "['/your/python/path'] + sys.path"
 }}}
 
 
 Please have a look at the patch that I attached. I hope you will merge
 these changes.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/4296#comment:5>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to