etiquette/frontends/etiquette_flask
voussoir b9ad785f4d Remove 'updated' key from /all_albums, /all_tags. Was killing caching.
The cached_endpoint decorator was detecting that the response content
kept changing, so it never returned 304. Oops. At the moment the client
doesn't even use this key, so if we need it back we can use the etag or
another http header.
2021-01-05 13:05:18 -08:00
..
backend Remove 'updated' key from /all_albums, /all_tags. Was killing caching. 2021-01-05 13:05:18 -08:00
static Let sticky_bottom scroll for very small screens. 2021-01-05 01:25:50 -08:00
templates Add the clipboard checkbox on pageload, not in server response. 2021-01-05 01:24:03 -08:00
etiquette_flask_dev.py Set photodb log_level from argv. 2020-11-08 20:20:04 -08:00
etiquette_flask_prod.py Add init_photodb to prod. 2020-10-01 19:43:06 -07:00