mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Example for register_commands, refs #1449
This commit is contained in:
parent
50c35b66a4
commit
67cbf0ae72
1 changed files with 2 additions and 1 deletions
|
|
@ -80,7 +80,6 @@ You can now use this filter in your custom templates like so::
|
|||
|
||||
Table name: {{ table|uppercase }}
|
||||
|
||||
|
||||
.. _plugin_hook_extra_template_vars:
|
||||
|
||||
extra_template_vars(template, database, table, columns, view_name, request, datasette)
|
||||
|
|
@ -632,6 +631,8 @@ Note that ``register_commands()`` plugins cannot used with the :ref:`--plugins-d
|
|||
|
||||
pip install -e path/to/my/datasette-plugin
|
||||
|
||||
Example: `datasette-verify <https://datasette.io/plugins/datasette-verify>`_
|
||||
|
||||
.. _plugin_register_facet_classes:
|
||||
|
||||
register_facet_classes()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue