datasette/tests
Simon Willison b7c6a9f9bd
extra_css_urls(template, database, table, datasette)
The extra_css_urls and extra_js_urls hooks now take additional optional
parameters.

Also refactored them out of the Datasette class and into RenderMixin.

Plus improved plugin documentation to explicitly list parameters.
2018-08-28 11:56:57 +01:00
..
__init__.py
fixtures.py extra_css_urls(template, database, table, datasette) 2018-08-28 11:56:57 +01:00
test_api.py
test_csv.py
test_docs.py
test_html.py
test_inspect.py
test_plugins.py extra_css_urls(template, database, table, datasette) 2018-08-28 11:56:57 +01:00
test_publish_heroku.py
test_publish_now.py
test_utils.py