﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
6335	The static file serving documentation misses to add a windows specific information.	Shabda <shabda.raaj@…>	nobody	"The documentation at http://www.djangoproject.com/documentation/static_files/ mentions the steps to serve static files using Django, which basically is to add this line to urls.py,
(r'^site_media/(?P<path>.*)$', 'django.views.static.serve', {'document_root': '/path/to/media'}),
On windows this might be something like     (r'^site_media/(?P<path>.*)$', 'django.views.static.serve', {'document_root': 'F:/djangoprojects/wiki/templates/site_media'}),
Now here we needed to use forward slashes on Windows as well. This should be pointed out in the documentation.
"		closed	Documentation	dev		wontfix			Unreviewed	0	0	0	0	0	0
