1👍
✅
I think you can create a custom auth backend and override the has_module_perms
method:
https://docs.djangoproject.com/en/dev/topics/auth/customizing/
Source:stackexchange.com