mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Flash messages mechanism, closes #790
This commit is contained in:
parent
29b8e80f3c
commit
61e40e917e
14 changed files with 212 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue