django-debug-permissions icon indicating copy to clipboard operation
django-debug-permissions copied to clipboard

Add a get_user_permissions management command

Open synw opened this issue 7 years ago • 0 comments

Hi, your module gave me the idea of inspecting user permissions for my django-introspection module.

I made a get_user_permissions management command that outputs the permissions of a given user.

I made a pull request to see if you are interested, otherwise I'll put it in my module. Note that this would add a dependency on django-introspection, which may not be what you want.

synw avatar Feb 26 '18 13:02 synw