docs: update comments, docstrings, README, REVIEW, and env docs to match current features
This commit is contained in:
parent
0aa3eab084
commit
e46893e0b4
12 changed files with 65 additions and 25 deletions
|
|
@ -6,7 +6,7 @@ Standalone script to create the SQLite database tables.
|
|||
Run this once inside the container after deployment:
|
||||
python init_db.py
|
||||
|
||||
Or use the Flask CLI command:
|
||||
Or use the registered Flask CLI command:
|
||||
flask --app app init-db
|
||||
"""
|
||||
|
||||
|
|
|
|||
Reference in a new issue