Opened 17 years ago

Closed 17 years ago

#3935 closed (fixed)

typo in http://www.djangoproject.com/documentation/modpython/#serving-media-files

Reported by: alexis@… 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>

Change History (1)

comment:1 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [4958]) Fixed #3935 -- Fixed typo in docs/modpython.txt. Thanks, alexis@…

Note: See TracTickets for help on using tickets.
Back to Top