datasette/datasette/utils
Simon Willison c3caf36af7
Template slot family of plugin hooks - top_homepage() and others
New plugin hooks:

top_homepage
top_database
top_table
top_row
top_query
top_canned_query

New datasette.utils.make_slot_function()

Closes #1191
2024-01-30 19:54:03 -08:00
..
__init__.py Template slot family of plugin hooks - top_homepage() and others 2024-01-30 19:54:03 -08:00
asgi.py
baseconv.py
check_callable.py
internal_db.py Rename core_ to catalog_, closes #2163 2023-08-29 10:01:28 -07:00
shutil_backport.py
sqlite.py
testing.py