Open
Description
(Low priority)
In the spirit of https://github.com/onur/cargo-license/, it would be interesting to be able to mark out certain licences as 'unwanted' in an application stack - eg GPL
The barest implementation could be just to make the admin changelist sortable by licence type.
Next level up might be to support a list of licence names (strings, I guess) which are used to highlight relevant packages in the admin and/or allow filtering by 'unwanted' licences in the changelist sidebar.
A management command could also be handy.