datasette-auth-passwords is now an example of register_commands

Refs https://github.com/simonw/datasette-auth-passwords/issues/19
parallel-queries
Simon Willison 2022-02-09 09:47:54 -08:00 zatwierdzone przez GitHub
rodzic 458f03ad3a
commit 7d24fd405f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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: