I'm new to Django and just about to install it and give it a test drive. What I need to know is, will the Django Framework address the problem of "serving xhtml with correct mime-type"? This seems to me to be something that belongs within the framework and something that v1.x should address.
I feel these issues are very important for such a framework, and if they are addressed within the framework you may find web standards based developers take much more interested in Django. References to this; http://keystonewebsites.com/articles/mime_type.php http://www.workingwith.me.uk/articles/scripting/mimetypes/ http://www.webstandards.org/learn/askw3c/sep2003.html http://www.w3.org/TR/2002/NOTE-xhtml-media-types-20020801/ http://juicystudio.com/article/all-in-the-mime.php Regards Geoff