Beispiel #1
0
 def no_blueprint_custom_endpoint_func():
     return forward()
Beispiel #2
0
 def no_blueprint_auto():
     return forward()
Beispiel #3
0
 def no_blueprint():
     return forward('no_blueprint.html')
Beispiel #4
0
 def no_blueprint_custom_endpoint_func():
     return forward()
Beispiel #5
0
 def no_blueprint_auto():
     return forward()
Beispiel #6
0
 def no_blueprint():
     return forward('no_blueprint.html')