time-based competition state + smart cache
[edumed.git] / edumed / settings / custom.py
1 # -*- coding: utf-8 -*-
2
3 CONTACT_FORMS_MODULE = 'edumed.contact_forms'
4
5 MAX_UPLOAD_SIZE = 20 * 1024 * 1024
6
7 OLIMPIADA_START = (2017, 11, 23, 10)
8 OLIMPIADA_END = (2017, 11, 23, 11)