datasette.pm property, closes #2595

This commit is contained in:
Simon Willison 2025-11-13 10:31:03 -08:00
commit 4b4add4d31
11 changed files with 101 additions and 89 deletions

View file

@ -1093,7 +1093,7 @@ Example usage:
if not datasette.in_client():
return Response.text(
"Only available via internal client requests",
status=403
status=403,
)
...