Пример #1
0
 def no_blueprint_custom_endpoint_func():
     return forward()
Пример #2
0
 def no_blueprint_auto():
     return forward()
Пример #3
0
 def no_blueprint():
     return forward('no_blueprint.html')
Пример #4
0
 def no_blueprint_custom_endpoint_func():
     return forward()
Пример #5
0
 def no_blueprint_auto():
     return forward()
Пример #6
0
 def no_blueprint():
     return forward('no_blueprint.html')