DJBarnes / django-adminlte2-pdq

A Django app that takes all of the work out of making a beautiful and functional web application pretty darn quickly (PDQ) using the AdminLTE2 theme.
MIT License
6 stars 0 forks source link

Allow defining permissions as a single string rather than a list. #15

Open DJBarnes opened 2 years ago

DJBarnes commented 2 years ago

Currently, all permissions no matter where they are defined (node, function view, class view), must all be defined as a list. Would be nice to allow a single string in the event that only a single permission is required.