Re: Add Add "georss" tag to feeds

2008-01-02 Thread David Larlet
Le 20 déc. 07 à 10:27, Daniel de la Cuesta a écrit : > Hi all, > > I want to add the geo tag (with latitude and longitude) to each item > of my feeds: > > 45.256 -71.92 > I am using the feeds framework: > class LatestEvents(Feed):title = "Latest Events"link > = "/events/"

Add Add "georss" tag to feeds

2007-12-20 Thread Daniel de la Cuesta
Hi all, I want to add the geo tag (with latitude and longitude) to each item of my feeds: 45.256 -71.92 I am using the feeds framework: class LatestEvents(Feed): title = "Latest Events" link = "/events/" def items(self): return Event.objects.order_by(