Ask Your Question
4

What does "no such command" mean when attempting to execute Flask init-db?

asked 2023-05-03 12:50:53 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-05-03 13:18:01 +0000

nofretete gravatar image

"no such command" generally means that the command you are trying to execute is not recognized by the system. In the context of Flask init-db, it could mean that the Flask application you are working with does not have an init-db command or that you are typing the command incorrectly. You may need to double-check your syntax or ensure that you are executing the command in the correct context.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-03 12:50:53 +0000

Seen: 18 times

Last updated: May 03 '23