Ticket #2296: 2296.diff
File 2296.diff, 580 bytes (added by , 18 years ago) |
---|
-
settings.txt
554 554 555 555 Default: ``''`` (Empty string) 556 556 557 URL that handles the media served from ``MEDIA_ROOT``. 557 URL 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. 558 559 Example: ``"http://media.lawrence.com"`` 560 Example: ``"http://www.example.com/static/"`` 559 561 560 562 MIDDLEWARE_CLASSES 561 563 ------------------