pp upload: size limit in django settings
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user