uncomment sqlalchemy
This commit is contained in:
parent
3c416ac091
commit
fd05abb74b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from flask import (
|
|||
redirect,
|
||||
url_for
|
||||
)
|
||||
#from flask_sqlalchemy import SQLAlchemy
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
from flask_bootstrap import Bootstrap
|
||||
from flask_mail import Mail
|
||||
from flask_login import LoginManager
|
||||
|
|
Loading…
Reference in a new issue