pp upload: size limit in django settings

This commit is contained in:
AdrienLSH
2024-02-08 08:54:13 +01:00
parent f2981f6309
commit 9e86af9826
3 changed files with 9 additions and 3 deletions

View File

@ -160,3 +160,7 @@ STATIC_URL = 'static/'
# https://docs.djangoproject.com/en/4.2/ref/settings/#default-auto-field
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
# Profile picture upload limit
PROFILE_PICTURE_MAX_SIZE = 2 * 1024 * 1024 # 2MB