Django

Code

Ticket #3935 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Reported by: alexis@smirnov.ca Assigned to: jacob
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation:
Needs tests: Patch needs improvement:

Description

conf file snipet in this section reads

... <Location "media">

SetHandler? None

</Location> ...

it should read

<Location "/media">

SetHandler? None

</Location>

Attachments

Change History

04/08/07 20:06:10 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #3935 (typo in http://www.djangoproject.com/documentation/modpython/#serving-media-files)




Change Properties
Action