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

Get a list of all user permissions available in the system

Results 1 django-debug-permissions issues
Sort by recently updated
recently updated
newest added

Hi, your module gave me the idea of inspecting user permissions for my [django-introspection](https://github.com/synw/django-introspection) module. I made a `get_user_permissions` [management command](https://github.com/synw/django-debug-permissions/blob/master/debug_permissions/management/commands/get_user_permissions.py) that outputs the permissions of a given user. I...