Ticket #15989: onecharpatch.diff
File onecharpatch.diff, 660 bytes (added by , 14 years ago) |
---|
-
docs/howto/static-files.txt
286 286 287 287 Since it can become a bit cumbersome to define this URL pattern, Django 288 288 ships with a small URL helper function 289 :func:`~django.conf.urls.static.static` that tak s as parameters the prefix289 :func:`~django.conf.urls.static.static` that takes as parameters the prefix 290 290 such as :setting:`MEDIA_URL` and a dotted path to a view, such as 291 291 ``'django.views.static.serve'``. Any other function parameter will be 292 292 transparently passed to the view.