Opened 18 years ago
Closed 18 years ago
#3935 closed (fixed)
typo in http://www.djangoproject.com/documentation/modpython/#serving-media-files
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
conf file snipet in this section reads
...
<Location "media">
SetHandler None
</Location>
...
it should read
<Location "/media">
SetHandler None
</Location>
Note:
See TracTickets
for help on using tickets.
(In [4958]) Fixed #3935 -- Fixed typo in docs/modpython.txt. Thanks, alexis@…