1👍
Decorators apply to a single function. Your user_passes_test
decorator is associated with the process_request__new
function, not the process_request
one.
Source:stackexchange.com
1👍
Decorators apply to a single function. Your user_passes_test
decorator is associated with the process_request__new
function, not the process_request
one.