Esempio n. 1
0
	def get(self, district):
		calls = CallOut.find_by_district(district.upper())
		self.response_write_json(calls)