datasette-events-db as an example of track_events()

pull/2266/head
Simon Willison 2024-02-08 14:14:58 -08:00 zatwierdzone przez GitHub
rodzic c62cfa6de8
commit dcd9ea3622
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1817,6 +1817,7 @@ This example plugin logs details of all events to standard error:
)
print(msg, file=sys.stderr, flush=True)
Example: `datasette-events-db <https://datasette.io/plugins/datasette-events-db>`_
.. _plugin_hook_register_events: