feat: initialize blog app with blueprints and templates
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
Extract blog-specific code from the coop monolith into a standalone repository. Includes auth, blog, post, admin, menu_items, snippets blueprints, associated templates, Dockerfile (APP_MODULE=app:app), entrypoint, and Gitea CI workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
3
bp/menu_items/__init__.py
Normal file
3
bp/menu_items/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .routes import register
|
||||
|
||||
__all__ = ["register"]
|
||||
Reference in New Issue
Block a user