return the project xml config file as text/plain so you can read it in
authorDiane Trout <diane@caltech.edu>
Fri, 29 Aug 2008 00:27:04 +0000 (00:27 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 29 Aug 2008 00:27:04 +0000 (00:27 +0000)
your browser.

htswfrontend/htswfrontend/analys_track/main.py

index a6251450da855a1e25e0eb89674e2688322edd2c..015a69c823503435c3eb2dfd98a3fbff1937edc2 100644 (file)
@@ -88,4 +88,4 @@ def getProjects(request):
     except ObjectDoesNotExist:
       outputfile = "<?xml version='1.0' ?><Projects></Projects>"
 
-    return HttpResponse(outputfile)
+    return HttpResponse(outputfile, mimetype='text/plain')