basic member blogs
still trying to figure out how to maximize customisability (html & css) of member pages as much as how we have them on neocities
This commit is contained in:
@@ -30,4 +30,7 @@ def create_app(test_config=None):
|
||||
from . import manage
|
||||
app.register_blueprint(manage.bp)
|
||||
|
||||
from . import blog
|
||||
app.register_blueprint(blog.bp)
|
||||
|
||||
return app
|
||||
|
||||
Reference in New Issue
Block a user