done: Blog Blueprint
This commit is contained in:
parent
0703cf5543
commit
6d4419df0d
5 changed files with 168 additions and 0 deletions
|
|
@ -37,4 +37,8 @@ def create_app(test_config=None):
|
|||
from . import auth
|
||||
app.register_blueprint(auth.bp)
|
||||
|
||||
from . import blog
|
||||
app.register_blueprint(blog.bp)
|
||||
app.add_url_rule('/', endpoint='index')
|
||||
|
||||
return app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue