Opened 17 years ago
Closed 17 years ago
#4965 closed (duplicate)
Suggested clarificaion for page "How to use Django with mod_python "
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hi there!
This is regarding article
"How to use Django with mod_python"
http://www.djangoproject.com/documentation/modpython/
I just spent fair bit of time struggling with django configuration in the part of mod_python
It was not really obvious to me that "/path/to/project" in this line of doc
PythonPath "path/to/project + sys.path"
is actually reffering to PARENT folder of the project, but not to the actual project.
Can this be reflected more clearly in the doc?
Thanks!
Note:
See TracTickets
for help on using tickets.
Duplicate of #4296.