Replies: 1 comment
-
Does |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am experiencing repeatedly, I suppose, a stupid problem. When I want to create initial migration of my models to the mysql database hosted on a local network server, I got the following error:
`flask db init
Error: While importing 'flaskGPT.app', an ImportError was raised:
Traceback (most recent call last):
File "C:\Users\eavf.virtualenvs\flaskGPT-yypoX3qF\lib\site-packages\flask\cli.py", line 218, in locate_app
import(module_name)
File "C:\Users\eavf\PycharmProjects\flaskGPT\app.py", line 2, in
from formulare import ForgotPasswordForm, LoginForm, RegisterForm
ModuleNotFoundError: No module named 'formulare'
Usage: flask [OPTIONS] COMMAND [ARGS]...
Try 'flask --help' for help.
Error: No such command 'db'.
`
I have to say, that :
Beta Was this translation helpful? Give feedback.
All reactions