mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed --debug option, which didn't do anything - closes #814
This commit is contained in:
parent
822260fb30
commit
7e70643852
5 changed files with 1 additions and 9 deletions
|
|
@ -11,7 +11,6 @@ Changelog
|
|||
|
||||
- Fixed another bug introduced in 0.50 where column header links on the table page were broken. (`#1011 <https://github.com/simonw/datasette/issues/1011>`__)
|
||||
|
||||
|
||||
.. _v0_50_1:
|
||||
|
||||
0.50.1 (2020-10-09)
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ Options:
|
|||
-p, --port INTEGER Port for server, defaults to 8001. Use -p 0 to automatically
|
||||
assign an available port.
|
||||
|
||||
--debug Enable debug mode - useful for development
|
||||
--reload Automatically reload if database or code change detected -
|
||||
useful for development
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue