wip
This commit is contained in:
parent
7ce4914ea1
commit
94ededdf69
9 changed files with 2894 additions and 44 deletions
|
@ -37,8 +37,12 @@ def create_app(config_name="development"):
|
|||
|
||||
# Register template filters
|
||||
from app.core.template_filters import bp as filters_bp
|
||||
from app.core.template_filters import markdown_filter
|
||||
|
||||
app.register_blueprint(filters_bp)
|
||||
|
||||
# Register the markdown filter directly
|
||||
app.jinja_env.filters['markdown'] = markdown_filter
|
||||
|
||||
# Create database tables without seeding any data
|
||||
with app.app_context():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue