I'm new to desenvolvimento Web
and I'm studying FLask
and it has some objects that should only be manipulated in certain context like Flask.g
and Flask.current_app
what I can not understand are the differences between these% with%. My doubts are:
- What is
contextos
? - What is
contexto de solicitação
? - Are there other
contexto de aplicação
? - What are the differences between
contextos
andFlask.g
?