예제 #1
0
파일: views.py 프로젝트: socketpy/DataVis
def pie_time(request):
	location_pie_chart();
	return render_to_response("pie_time.html");
예제 #2
0
파일: views.py 프로젝트: socketpy/DataVis
def userbase(request):
	location_pie_chart();
	return render_to_response("userbase.html");