forked from orbit-oss/flask
Added make_response
This commit is contained in:
parent
e20534dbf5
commit
6fc1492357
5 changed files with 65 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ from .app import Flask, Request, Response
|
|||
from .config import Config
|
||||
from .helpers import url_for, jsonify, json_available, flash, \
|
||||
send_file, send_from_directory, get_flashed_messages, \
|
||||
get_template_attribute
|
||||
get_template_attribute, make_response
|
||||
from .globals import current_app, g, request, session, _request_ctx_stack
|
||||
from .module import Module
|
||||
from .templating import render_template, render_template_string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue