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:
cube
2026-03-18 02:36:25 +00:00
parent 5ec6a62aa7
commit 7c6aabb1aa
11 changed files with 140 additions and 16 deletions

View File

@@ -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