mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2026-06-02 11:12:07 +01:00
Added customisation plugin to invenio instance
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from flask import Blueprint
|
||||
|
||||
|
||||
def init_app(app):
|
||||
"""Initialize application."""
|
||||
app.register_blueprint(views.blueprint)
|
||||
return app
|
||||
|
||||
|
||||
from . import views
|
||||
Reference in New Issue
Block a user