mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-10-13 18:21:57 +00:00
rename blueprint variables (blueprint_name -> bp) and view files (views.py -> routes.py)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from flask import Blueprint
|
||||
|
||||
|
||||
jobs = Blueprint('jobs', __name__)
|
||||
from . import views
|
||||
bp = Blueprint('jobs', __name__)
|
||||
from . import routes
|
||||
|
Reference in New Issue
Block a user