diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2023-05-07 14:27:58 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2023-05-07 14:27:58 +0200 |
commit | 8a5369ebb1942c796d25b9af1ea6f49ae819b93a (patch) | |
tree | 3bbcfb0c0ffe3f02107065232b7a4ec5193df6c6 /README.md | |
parent | fix: [database] Fixed an issue in the database create. (diff) | |
download | newspipe-8a5369ebb1942c796d25b9af1ea6f49ae819b93a.tar.gz newspipe-8a5369ebb1942c796d25b9af1ea6f49ae819b93a.tar.bz2 newspipe-8a5369ebb1942c796d25b9af1ea6f49ae819b93a.zip |
chg: [documentation] Updated README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -53,8 +53,9 @@ $ poetry shell $ pybabel compile -d newspipe/translations $ export NEWSPIPE_CONFIG=sqlite.py $ export FLASK_APP=runserver.py -$ export FLASK_ENV=development +$ export FLASK_DEBUG=1 $ flask db_create +$ flask db_init $ flask create_admin --nickname <nickname> --password <password> $ flask run * Serving Flask app "runserver" (lazy loading) |