Ticket #9724: static3.diff
File static3.diff, 434 bytes (added by , 16 years ago) |
---|
-
static-files.txt
67 67 68 68 ...we could write the above :ref:`URLconf <topics-http-urls>` entry as:: 69 69 70 from django.conf import settings 71 ... 70 72 (r'^site_media/(?P<path>.*)$', 'django.views.static.serve', 71 73 {'document_root': settings.STATIC_DOC_ROOT}), 72 74