Flash messages mechanism, closes #790

This commit is contained in:
Simon Willison 2020-06-02 14:08:12 -07:00
commit 61e40e917e
14 changed files with 212 additions and 8 deletions

View file

@ -166,3 +166,11 @@ Shows the currently authenticated actor. Useful for debugging Datasette authenti
"username": "some-user"
}
}
.. _MessagesDebugView:
/-/messages
-----------
The debug tool at ``/-/messages`` can be used to set flash messages to try out that feature. See :ref:`datasette_add_message` for details of this feature.