chkfjさん、ありがとうございます。
タイガーです。
return render_to_response('ClubListXml.xml', data,
mimetype="application/xml")
実行しましたがうまくいきませんでした。
開発には Eclipse を使用していますが Console には、
INFO 2009-05-15 21:13:16,069 dev_appserver.py] "GET /clublistxml/
HTTP/1.1" 500 -
アクセスしたブラウザ(Firefox)には、
TypeError at /clublistxml/
render_to_string() got an unexpected keyword argument 'mimetype'
Request Method: GET
Request URL:
http://localhost:8080/clublistxml/
Exception Type: TypeError
Exception Value: render_to_string() got an unexpected keyword
argument 'mimetype'
Exception Location: C:\Program Files\Google\google_appengine\lib
\django\django\shortcuts\__init__.py in render_to_response, line 10
と表示されます。
1.GAEで何か設定が有るのでしょうか?
2.GAEのDjangoはversion 0.96ですが関係ありますか?
ほかに方法がありましたらよろしくお願いいたします。