Re: Camino and Safari do not open feeds

2006-07-13 Thread Adrian Holovaty
On 7/13/06, bayerj <[EMAIL PROTECTED]> wrote: > 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

Re: Camino and Safari do not open feeds

2006-07-13 Thread David Reynolds
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.*)/$', >

Camino and Safari do not open feeds

2006-07-13 Thread bayerj
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.*)/$', 'django.contrib.syndication.views.feed', {