mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 10:19:25 +02:00
See #230: added an upload permission on user model
This commit is contained in:
parent
9c02954e46
commit
ed6c1a9a5b
3 changed files with 39 additions and 1 deletions
|
@ -62,6 +62,7 @@ class UserAdmin(AuthUserAdmin):
|
|||
'is_active',
|
||||
'is_staff',
|
||||
'is_superuser',
|
||||
'permission_upload',
|
||||
'permission_library',
|
||||
'permission_settings',
|
||||
'permission_federation')}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue