X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/7f93b123c983c7ca2a2bf7010e4be921cba9a8fa..f393f3067f3d9f1e63e3076f78a78d8d779691fb:/edumed/settings/custom.py diff --git a/edumed/settings/custom.py b/edumed/settings/custom.py index 65d5ed3..604e1d2 100644 --- a/edumed/settings/custom.py +++ b/edumed/settings/custom.py @@ -2,4 +2,7 @@ CONTACT_FORMS_MODULE = 'edumed.contact_forms' -MAX_UPLOAD_SIZE = 10485760 # 10 MB +MAX_UPLOAD_SIZE = 20 * 1024 * 1024 + +OLIMPIADA_START = (2017, 11, 13, 10) +OLIMPIADA_END = (2017, 11, 23, 11)