etiquette/frontends/etiquette_flask/backend
voussoir af73bc580f Improve readability of cached_endpoint.
Switched the conditional and pulled it out into a separate function
so I can return early and dedent the rest.
2021-01-05 13:07:03 -08:00
..
endpoints Remove 'updated' key from /all_albums, /all_tags. Was killing caching. 2021-01-05 13:05:18 -08:00
__init__.py Rename the etiquette_flask backend package to backend. 2018-11-04 19:45:23 -08:00
client_caching.py Rename caching.py -> client_caching.py. 2021-01-05 13:03:41 -08:00
common.py Rename caching.py -> client_caching.py. 2021-01-05 13:03:41 -08:00
decorators.py Improve readability of cached_endpoint. 2021-01-05 13:07:03 -08:00
helpers.py Don't leave falsey values out of dict_to_params, let caller do it. 2020-03-28 17:37:28 -07:00
jinja_filters.py Let make_attributes replace underscores with hyphens in attr names. 2020-09-27 12:14:20 -07:00
jsonify.py Replace all double blank lines with single, improve hash headers. 2020-09-19 03:13:23 -07:00
sessions.py Move random_hex function to voussoirkit/passwordy. 2021-01-05 12:38:04 -08:00