Opened 18 years ago
Closed 18 years ago
#5280 closed (fixed)
modpython doc: typo in python path ?
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In modpython doc, you have (line 81 of modpython.txt):
PythonPath "['/var/production/django-apps/', '/var/www'] + sys.path"
Shouldn't it be
PythonPath "['/usr/local/django-apps/', '/var/www'] + sys.path"
to fit what is said in previous paragraph ?
Change History (6)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
| Summary: | modpython doc: → modpython doc: typo in python path ? |
|---|
comment:4 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:5 by , 18 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
You still have an inconsistence line 86 (see my previous comment)
comment:6 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
Same for ;
line 86 ;-)