Sebastian Spaeth b745bb50d8 Remove webob from render_to_response
We were still using webob's Response objects for template rendering.
Transition to werkzeug's Response object. One caveat was that it
seemed to have used the default mimetype "text/plain" for all pages,
so we override the default Response class, setting the default mime
type to "text/html".

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-12-21 08:10:48 +01:00
..
2012-12-21 00:30:48 +01:00
2012-09-27 00:45:25 +02:00
2012-12-21 00:30:48 +01:00
2012-12-04 17:31:12 +01:00
2012-02-02 09:44:13 -06:00
2012-11-16 13:18:37 +01:00