time-based competition state + smart cache
[edumed.git] / edumed / settings / custom.py
index a2fc281..3be9e89 100644 (file)
@@ -1,3 +1,8 @@
 # -*- coding: utf-8 -*-
 
 CONTACT_FORMS_MODULE = 'edumed.contact_forms'
+
+MAX_UPLOAD_SIZE = 20 * 1024 * 1024
+
+OLIMPIADA_START = (2017, 11, 23, 10)
+OLIMPIADA_END = (2017, 11, 23, 11)