Esempio n. 1
0
	def get(self, station_area):
		incidents = CallOut.find_by_stationarea(station_area.upper())
		self.response_write_json(incidents)