a RequestContext takes the request as the first argument and automatically populates the Context with a few variables according to the TEMPLATE_CONTEXT_PROCESSORS
this is how they get things like user, permissions, mediaUrl/staticUrl, messages and csrf protection into their templates.
see:
a
RequestContexttakes the request as the first argument and automatically populates the Context with a few variables according to the TEMPLATE_CONTEXT_PROCESSORSthis is how they get things like
user,permissions,mediaUrl/staticUrl,messagesand csrf protection into their templates.see: