问题 I've a group in auth_group table. I need to set permissions to a group. There are set of permissions in auth_permission table. Now If I need to map all the permissions to a group, do I need to add different rows for each permissions, or can it be done by adding all the permissions as a string of 1 & 0? For eg:- Should I add entries in the table as id,group_id,permission_id 1,1,1 2,1,2 3,1,3 4,1,4 or is there any way, I can add all the permissions in one string, such as 1234 , each digit