Ticket #2296: 2296.diff

File 2296.diff, 580 bytes (added by Simon G. <dev@…>, 17 years ago)
  • settings.txt

     
    554554
    555555Default: ``''`` (Empty string)
    556556
    557 URL that handles the media served from ``MEDIA_ROOT``.
     557URL that handles the media served from ``MEDIA_ROOT``. Note that this uses python's
     558``urlparse.urljoin()`` and should have a trailing slash if it has a path component.
    558559Example: ``"http://media.lawrence.com"``
     560Example: ``"http://www.example.com/static/"``
    559561
    560562MIDDLEWARE_CLASSES
    561563------------------
Back to Top