[Answer]-Restricting access to only the is_superuser. is_staff can still access page

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.

Leave a comment