July 13, 2021
4:32 p.m.
Mark Sapiro writes:
It would be simple enough to create a new @staff_required decorator which would require staff or superuser status and replace the @superuser_required decorator on the list_new() function with @staff_required. Then any user with
staffstatus could create lists.
This simple scheme would allow them to create lists on any domain, right? Probably would not want to enable it on multi-domain sites.
Steve