Being superuser is not enough (must have the correct mask), add some initial fixtures
This commit is contained in:
parent
022997f923
commit
7794210cc8
9 changed files with 305 additions and 19 deletions
|
|
@ -19,4 +19,4 @@ class PermissionAdmin(admin.ModelAdmin):
|
|||
"""
|
||||
Admin customisation for Permission
|
||||
"""
|
||||
list_display = ('type', 'model', 'field', 'description')
|
||||
list_display = ('type', 'model', 'field', 'mask', 'description')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue