Browse Source

Fixes #2105

Author: Talitha Pumar <tapumar@gmail.com>
pull/2110/head
Edward Ribeiro 6 years ago
parent
commit
0459dd387a
  1. 2
      sapl/settings.py

2
sapl/settings.py

@ -221,7 +221,7 @@ EMAIL_SEND_USER = config('EMAIL_SEND_USER', cast=str, default='')
DEFAULT_FROM_EMAIL = config('DEFAULT_FROM_EMAIL', cast=str, default='')
SERVER_EMAIL = config('SERVER_EMAIL', cast=str, default='')
MAX_DOC_UPLOAD_SIZE = 20 * 1024 * 1024 # 20MB
MAX_DOC_UPLOAD_SIZE = 50 * 1024 * 1024 # 50MB
MAX_IMAGE_UPLOAD_SIZE = 2 * 1024 * 1024 # 2MB
# Internationalization

Loading…
Cancel
Save