Simon Willison
|
f2e2bfcdd9
|
Renamed datasette.config() to .setting(), closes #1107
|
2020-11-24 14:06:32 -08:00 |
|
Simon Willison
|
30e64c8d3b
|
Use f-strings in place of .format()
Code transformed like so:
pip install flynt
flynt .
black .
|
2020-11-15 15:24:22 -08:00 |
|
Simon Willison
|
7a67bc7a56
|
datasette.urls methods will not apply base_url prefix twice, refs #1026
|
2020-10-31 12:11:40 -07:00 |
|
Simon Willison
|
11eb1e026f
|
datasette.urls.table(..., format="json"), closes #1035
Also improved tests for datasette.urls and added format= to some other methods
|
2020-10-31 11:16:28 -07:00 |
|
Simon Willison
|
10c35bd371
|
urls.static_plugins() method, closes #1033
Also documented how to package static assets and templates in plugins, closes #575
|
2020-10-24 13:03:40 -07:00 |
|
Simon Willison
|
7f728d4a37
|
Extra tests for datasette.urls, refs #1025
|
2020-10-24 12:21:23 -07:00 |
|