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/"
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(
2 matches
Mail list logo