AACEngineering / django-permissions-auditor

Tool to audit access control on your django app.
https://django-permissions-auditor.readthedocs.io/en/latest/
MIT License
20 stars 4 forks source link

Route based ordering #7

Closed jayvdb closed 3 years ago

jayvdb commented 3 years ago

Currently the list of views is grouped by base class.

It would be very nice to have an additional list of views ordered by route, similar to the django-extensions command show_urls.

kluchrj commented 3 years ago

The "no group" option in the filters is probably what you are looking for, however it orders by the view name rather than the url. I will consider changing that to order by the url as that makes more sense.