mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
datasette.sign() and datasette.unsign() methods, refs #785
This commit is contained in:
parent
1fc6ceefb9
commit
fa27e44fe0
7 changed files with 61 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ def test_metadata_yaml():
|
|||
static=[],
|
||||
memory=False,
|
||||
config=[],
|
||||
secret=None,
|
||||
version_note=None,
|
||||
help_config=False,
|
||||
return_instance=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue