Deploy demo plugins to latest.datasette.io, refs #1074

This commit is contained in:
Simon Willison 2020-10-31 10:25:32 -07:00
commit d6db47f5c1
4 changed files with 30 additions and 6 deletions

View file

@ -267,7 +267,7 @@ def generate_sortable_rows(num):
METADATA = {
"title": "Datasette Fixtures",
"description": "An example SQLite database demonstrating Datasette",
"description_html": 'An example SQLite database demonstrating Datasette. <a href="/login-as-root">Sign in as root user</a>',
"license": "Apache License 2.0",
"license_url": "https://github.com/simonw/datasette/blob/master/LICENSE",
"source": "tests/fixtures.py",