mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
New ds.metadata() method
This commit is contained in:
parent
0bd41d4cb0
commit
1905c03364
5 changed files with 57 additions and 23 deletions
|
|
@ -49,7 +49,7 @@ class IndexView(RenderMixin):
|
|||
return self.render(
|
||||
["index.html"],
|
||||
databases=databases,
|
||||
metadata=self.ds.metadata,
|
||||
metadata=self.ds.metadata(),
|
||||
datasette_version=__version__,
|
||||
extra_css_urls=self.ds.extra_css_urls(),
|
||||
extra_js_urls=self.ds.extra_js_urls(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue