Logo Background RSS

Advertisement

Django: RSS and ATOM feeds Content-Type header? (Top Questions - Stack Overflow)

  • Written by admin | No Comments Comments
    Last Updated: June 28th, 2009

    I followed along this tutorial for django’s RSS and ATOM feeds and I got it to work. However the test development server keeps making the browser download the feeds as a file instead of the browser detecting it as an xml document. My experience with HTTP tells me that there is a missing mime type in the Content-Type header. How do I specify that in django?

    Source : Top Questions - Stack Overflow (subscribe)

    Explore : Technology

Advertisement

Leave a Comment