Django

Code

Changeset 5404

Show
Ignore:
Timestamp:
06/01/07 05:00:00 (2 years ago)
Author:
mtredinnick
Message:

Fixed #4290 -- Added a warning about trailing slashes to the project settings
file. Thanks, mw@agami.at.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/conf/project_template/settings.py

    r4678 r5404  
    3939MEDIA_ROOT = '' 
    4040 
    41 # URL that handles the media served from MEDIA_ROOT. 
    42 # Example: "http://media.lawrence.com" 
     41# URL that handles the media served from MEDIA_ROOT. Make sure to use a 
     42# trailing slash if there is a path component (optional in other cases). 
     43# Examples: "http://media.lawrence.com", "http://example.com/media/" 
    4344MEDIA_URL = '' 
    4445