datasette-auth-passwords is now an example of register_commands

Refs https://github.com/simonw/datasette-auth-passwords/issues/19
This commit is contained in:
Simon Willison 2022-02-09 09:47:54 -08:00 committed by GitHub
commit 7d24fd405f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -633,7 +633,7 @@ 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>`_
Examples: `datasette-auth-passwords <https://datasette.io/plugins/datasette-auth-passwords>`__, `datasette-verify <https://datasette.io/plugins/datasette-verify>`__
.. _plugin_register_facet_classes: