mgt c7 checkpoint 1

This commit is contained in:
2024-08-03 06:31:19 -07:00
parent af0978c4e8
commit fe2dcd23f1
5 changed files with 32 additions and 1 deletions

View File

@@ -11,5 +11,5 @@ migrate = Migrate(app, db)
login = LoginManager(app)
login.login_view = 'login'
from app import routes, models
from app import routes, models, errors