log weather_server/locations.py @ 36:e5a03d63b3d9 default tip

age author description
Fri, 02 Jul 2021 20:36:56 -0400 Paul Fisher Fix format string in repr(Location).
Tue, 07 Jul 2020 19:51:30 -0400 Paul Fisher logfile: Add an index, and don't keep everything in RAM.
Sun, 10 Nov 2019 23:46:51 -0500 Paul Fisher Add support for an index page displaying all locations.
Sun, 10 Nov 2019 23:07:11 -0500 Paul Fisher logfile: Pull logfile thread out of Logger.
Fri, 01 Nov 2019 00:48:56 -0400 Paul Fisher locations.py: store location name into the right place.
Sat, 19 Oct 2019 18:40:48 -0400 Paul Fisher Make weather server handle arbitrary data:
Sun, 29 Sep 2019 20:34:38 -0400 Paul Fisher Give a 404 rather than a 500 on missing locations.
Sun, 29 Sep 2019 00:52:13 -0400 Paul Fisher get the skeleton of a webserver up?