Skip to content
Snippets Groups Projects
Commit cbf17ffa authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '903-setting-upload-limit-in-django' into 'develop'

Resolve "Setting upload limit in Django"

Closes #903

See merge request !869
parents 19b8adb3 53f1f1ce
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