flask dbcreate fails
Closed this issue · 2 comments
s13cre13t commented
trying to run flask dbcreate fails
cd /saasForge/
flask dbcreate
Usage: flask [OPTIONS] COMMAND [ARGS]...
Try "flask --help" for help.Error: No such command "dbcreate".
flask --version
Flask 1.0.2
Python 3.7.5 (default, Nov 20 2019, 09:21:52)
[GCC 9.2.1 20191008]
ubuntu 19.10
saasforge commented
Can you please check if your environmental variable has "FLASK_APP=application" var?
Another reason could be some compilation error. For example, if you run "flask run" will you see any errors?
saasforge commented
Closed due to inactivity.