Ticket #9724: static.2.diff
File static.2.diff, 426 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 project-name import settings 70 71 (r'^site_media/(?P<path>.*)$', 'django.views.static.serve', 71 72 {'document_root': settings.STATIC_DOC_ROOT}), 72 73