mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
ca588b6a30
commit
1c36d07dd4
6 changed files with 117 additions and 7 deletions
|
|
@ -13,3 +13,13 @@ def prepare_connection(conn):
|
|||
@hookspec
|
||||
def prepare_jinja2_environment(env):
|
||||
"Modify Jinja2 template environment e.g. register custom template tags"
|
||||
|
||||
|
||||
@hookspec
|
||||
def extra_css_urls():
|
||||
"Extra CSS URLs added by this plugin"
|
||||
|
||||
|
||||
@hookspec
|
||||
def extra_js_urls():
|
||||
"Extra JavaScript URLs added by this plugin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue