LMS-side MAX_FILESIZE set in settings.py

This commit is contained in:
kimth
2012-08-13 21:17:47 -04:00
parent 936f2c49f5
commit 1c2d034283
2 changed files with 4 additions and 6 deletions

View File

@@ -128,6 +128,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
'django.core.context_processors.csrf', #necessary for csrf protection
)
STUDENT_FILEUPLOAD_MAX_SIZE = 4*1000*1000 # 4 MB
# FIXME:
# We should have separate S3 staged URLs in case we need to make changes to