Hello,

To enforce full CRUD permissions on a table, I have to manually add
"read", "select", "create", "update", "delete" permissions to
auth_permission table or there is a way to assign all permission with
a single shot?

In the same way, if I want a user with super admin rights on all the
tables, I have to add permission for each table manually or there is a
more web2pythonic way??

Thank you!

Reply via email to