I am little bit confused on process_request
and process_view
.
Process request is something that u want to pass on view with request. Example can be taken from request.user
.
Then what does process_view
does ? Is it for executing any view initially befor calling any url ? Like initially I want to show home view but this can be done from url too.
Can anyone give me example when to use process_view
?
Thank you