Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background on this error at: http://sqlalche.me/e/13/e3q8 #4

Open
juanmallea opened this issue Jul 10, 2021 · 1 comment
Open

Background on this error at: http://sqlalche.me/e/13/e3q8 #4

juanmallea opened this issue Jul 10, 2021 · 1 comment

Comments

@juanmallea
Copy link

juanmallea commented Jul 10, 2021

al iniciar session se produce el error:

./StartServer

Traceback (most recent call last):
File "manage.py", line 3, in
from flask_migrate import Migrate, MigrateCommand
ImportError: cannot import name 'MigrateCommand'
Traceback (most recent call last):
File "manage.py", line 3, in
from flask_migrate import Migrate, MigrateCommand
ImportError: cannot import name 'MigrateCommand'
Traceback (most recent call last):
File "manage.py", line 3, in
from flask_migrate import Migrate, MigrateCommand
ImportError: cannot import name 'MigrateCommand'

sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: users
[SQL: SELECT users.id AS users_id, users.username AS users_username, users.password AS users_password, users."accountNo" AS "users_accountNo", users.balance AS users_balance, users.tel AS users_tel, users.token AS users_token, users."citizenID" AS "users_citizenID"
FROM users
WHERE users.username = ?
LIMIT ? OFFSET ?]
[parameters: ('jacob', 1, 0)]
(Background on this error at: http://sqlalche.me/e/13/e3q8)

Por favor su apoyo para solucionar el error

@WaTF-Team
Copy link
Owner

Please use docker instead.

docker pull watfteam/watfbank
docker run -d -p 5000:5000 --name watfbank -i -t watfteam/watfbank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants