etiquette/frontends/etiquette_flask/backend
Ethan Dalool 84b4595454 Let /tag/tagname.json only return the one main tag, not list.
Previously, the whole walk tree was returned. This can be convenient
because you get the whole descendant tree all at once, but it's
unusual since all the other individual .json endpoints only return a
single object, not a list.
2021-01-07 22:52:42 -08:00
..
endpoints Let /tag/tagname.json only return the one main tag, not list. 2021-01-07 22:52:42 -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 Delete some old vars and slightly improve some clarity. 2021-01-07 19:25:47 -08:00
decorators.py Use dotdict to remove all these ugly brackets. 2021-01-05 13:09:31 -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