done: Blueprints and Views
This commit is contained in:
parent
e1bf3d159e
commit
e47cf3f088
2 changed files with 98 additions and 0 deletions
|
|
@ -34,4 +34,7 @@ def create_app(test_config=None):
|
|||
from . import db
|
||||
db.init_app(app)
|
||||
|
||||
from . import auth
|
||||
app.register_blueprint(auth.bp)
|
||||
|
||||
return app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue