Skip to content
Snippets Groups Projects
Commit 53f1f1ce authored by Ciarán Ainsworth's avatar Ciarán Ainsworth Committed by Eliot Berriot
Browse files

Resolve "Setting upload limit in Django"

parent 19b8adb3
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,7 @@ class UserAdmin(AuthUserAdmin):
"permission_library",
"permission_settings",
"permission_moderation",
"upload_quota",
)
},
),
......
Added field to manage user upload quota in Django backend (#903)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment