def index(request):
	beers = Beer.objects().to_json()
	return HttpResponse(beers)