mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-23 22:01:58 +00:00
Add 'repo/' from commit 'd5df1fb87c8f14d46c2f05e5b0009f32e4a4e9de'
git-subtree-dir: repo git-subtree-mainline:433f95e0f4git-subtree-split:d5df1fb87c
This commit is contained in:
17
repo/site/am_d_model_data_repository/views.py
Normal file
17
repo/site/am_d_model_data_repository/views.py
Normal file
@@ -0,0 +1,17 @@
|
||||
"""Additional views."""
|
||||
|
||||
from flask import Blueprint
|
||||
|
||||
#
|
||||
# Registration
|
||||
#
|
||||
def create_blueprint(app):
|
||||
"""Register blueprint routes on app."""
|
||||
blueprint = Blueprint(
|
||||
"am_d_model_data_repository",
|
||||
__name__,
|
||||
template_folder="./templates",
|
||||
)
|
||||
|
||||
# Add URL rules
|
||||
return blueprint
|
||||
Reference in New Issue
Block a user