Conversation
|
I think ALL explicit options should over-ride options that were detected in the directory structure. This means my current implementation isn't quite right - using a class method makes it hard to merge the details with the explicit options passed to the CLI function. |
|
I'm going to add a |
datasette/app.py
Outdated
| # TODO: Use 'inspect-data.json' to decide on immutables | ||
| immutables = immutables or [] |
There was a problem hiding this comment.
If inspect-data.json is present and a database file is listed there, treat that file as immutable.
|
I think documentation goes on https://datasette.readthedocs.io/en/stable/config.html - but I'm going to need to re-arrange that page to fit in a section about configuration directories. I'll move the existing list of settings into a "configration options" section. |
Refs #731
TODO:
inspect-data.jsonmechanism for populatingimmutables