home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1251677220

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/1814#issuecomment-1251677220 https://api.github.com/repos/simonw/datasette/issues/1814 1251677220 IC_kwDOBm6k_c5KmxQk 9599 2022-09-19T23:34:30Z 2022-09-19T23:34:30Z OWNER

The settings.json file can only be used with settings that are set using --setting name value - the full list of those is here: https://docs.datasette.io/en/stable/settings.html

The --static option works differently. In configuration directory mode you can skip it entirely and instead have a /static/ folder - so your directory structure would look like this:

bibliography/static/styles.css And then when you run datasette bibliography/ the following URL will work:

http://127.0.0.1:8001/static/styles.css
{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 1,
    "eyes": 0
}
1378495690  
Powered by Datasette · Queries took 1.011ms · About: github-to-sqlite