mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Update docs: explain allow_download setting (#1291)
* Update docs: explain allow_download setting This fixes one possible source of confusion seen in #502 and clarifies when database downloads will be shown and allowed.
This commit is contained in:
parent
a634121525
commit
368aa5f1b1
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ Should Datasette calculate suggested facets? On by default, turn this off like s
|
|||
allow_download
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
Should users be able to download the original SQLite database using a link on the database index page? This is turned on by default - to disable database downloads, use the following::
|
||||
Should users be able to download the original SQLite database using a link on the database index page? This is turned on by default. However, databases can only be downloaded if they are served in immutable mode and not in-memory. If downloading is unavailable for either of these reasons, the download link is hidden even if ``allow_download`` is on. To disable database downloads, use the following::
|
||||
|
||||
datasette mydatabase.db --setting allow_download off
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue