Esempio n. 1
0
def placehistory(request, place, woeid):
	week_trends, another_name = Trend.get_weektrends(woeid)
	return render(request, 'geomap/placehistory.html', {'place' : place, \
				'another_name':another_name, 'week_trends' : week_trends})