﻿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
22754	Consider Making runserver Serve Correct M4A MIME Type for Internet Explorer	nrogers64	nobody	"I understand that the Django Software Foundation is ""in the business of making Web frameworks, not Web servers"", so runserver is meant to be a quick and dirty web server and nothing more. However, I was recently working on a project where I was making a lot of changes to Python code for a view that would render a template that had M4A audio files. In order for this page to work in Internet Explorer, I had to use a proper web server, which meant that every time I changed Python code, I had to restart the web server. It would have been nice if runserver played well with Internet Explorer because it would have sped up the development process. In case you don't know what I'm talking about:

  Beginning with Internet Explorer 9, any audio or video content needs the correct mime type set on the server, or the files won't play.

Source: http://msdn.microsoft.com/en-us/library/hh924821%28v=vs.85%29.aspx#SERVEAUDIOANDVIDEO

I imagine this would be an easy thing to add. It's just making it so that files with the ""m4a"" extension get served with a MIME type of ""audio/mp4"". However, I understand that you might not want to make even a little improvement to runserver because then somebody else will request another change to it, and then another, and so on until you find yourself putting too much effort into runserver."	Uncategorized	closed	Uncategorized	1.6	Normal	wontfix			Accepted	0	0	0	0	0	0
