Skip to content

Commit

Permalink
Fixed #4290 -- Added a warning about trailing slashes to the project …
Browse files Browse the repository at this point in the history
…settings

file. Thanks, mw@agami.at.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5404 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Jun 1, 2007
1 parent 250b84d commit dcc090e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions django/conf/project_template/settings.py
Expand Up @@ -38,8 +38,9 @@
# Example: "/home/media/media.lawrence.com/"
MEDIA_ROOT = ''

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

# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
Expand Down

0 comments on commit dcc090e

Please sign in to comment.