SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 52d81300 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Increase MAX_UPLOAD_SIZE to 2MB

parent 12a14f3e
No related branches found
No related tags found
No related merge requests found
......@@ -301,7 +301,7 @@ USE_TZ = True
# MEDIA
MEDIA_URL = '/media/'
MEDIA_URL_SECURE = '/files/secure/'
MAX_UPLOAD_SIZE = "1310720" # Default max attachment size in Bytes
MAX_UPLOAD_SIZE = "2097152" # Default max attachment size in Bytes; 2MB
# -- These MEDIA settings are machine-dependent
MEDIA_ROOT = 'local_files/media/'
......
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