You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question: is it possible to have only SuperUsers be able to approve changes/additions? I.E.: non-super admin users can create or change things, but not publish.
The text was updated successfully, but these errors were encountered:
You could create your own decorator and use that instead of @staff_member_required to decorate the views in in views.py. However, I think that a more robust solution to the moderator-permissions question is warranted. I'd like to designate a group of moderators for various models, or even models with certain attributes. That's obviously a much more extensive change, and I'm not sure what would be the best way to do it, but there should be some more flexibility in choosing moderators at any rate.
Question: is it possible to have only SuperUsers be able to approve changes/additions? I.E.: non-super admin users can create or change things, but not publish.
The text was updated successfully, but these errors were encountered: