13 Jul
2021
13 Jul
'21
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
staff
status 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