예제 #1
0
def index(request):
	beers = Beer.objects().to_json()
	return HttpResponse(beers)