On 13 Jul 2006, at 2:37 pm, bayerj wrote:
> > Hi group, > > I implemented a feed as described in > http://www.djangoproject.com/documentation/syndication/. > > The source can be found here: http://paste.e-scribe.com/703/ > > The url configuration is: > > ( > r'^feeds/(?P<url>.*)/$', > 'django.contrib.syndication.views.feed', > { > 'feed_dict': { "latest" : LatestEntries} > } > ), > > If I point Safari to the url, I get a "Don't understand content" > error. > Camino just saves the file to the download folder. The structure and > everything of the file ( := the feed) is as intended. But I want > Safari > and Camino and all the other browsers to recognize the feed as a feed. > > Anyone has had similar experiences? Hi. Are you running the development server? I've found these don't tend to work in the development server in Safari, but you when you make sure app live at a 'proper' url they will work. Cheers, David -- David Reynolds [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---