In Flask, there are two types of context:
AppContext, it’s a Flask object
app = Flask(__name__)
RequestContext, it’s
2020-04-06