fix #79
This commit is contained in:
@@ -22,6 +22,9 @@ def create_app():
|
||||
from . import db
|
||||
db.init_app(app)
|
||||
|
||||
from . import commands
|
||||
commands.init_commands(app)
|
||||
|
||||
from . import auth
|
||||
app.register_blueprint(auth.bp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user