mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Renamed /:memory: to /_memory, with redirects - closes #1205
This commit is contained in:
parent
382e9ecd1d
commit
1600d2a3ec
10 changed files with 65 additions and 34 deletions
|
|
@ -78,7 +78,7 @@ Now visiting http://localhost:8001/History/downloads will show you a web interfa
|
|||
--plugins-dir DIRECTORY Path to directory containing custom plugins
|
||||
--static STATIC MOUNT mountpoint:path-to-directory for serving static
|
||||
files
|
||||
--memory Make :memory: database available
|
||||
--memory Make /_memory database available
|
||||
--config CONFIG Set config option using configname:value
|
||||
docs.datasette.io/en/stable/config.html
|
||||
--version-note TEXT Additional note to show on /-/versions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue