X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/4e108b153d4a15cb2641f25dc6dc506c77db9bca..38be7e54873c139e95ac51842c77d6d145710b46:/edumed/settings/custom.py diff --git a/edumed/settings/custom.py b/edumed/settings/custom.py index fc95db1..3be9e89 100644 --- a/edumed/settings/custom.py +++ b/edumed/settings/custom.py @@ -3,3 +3,6 @@ CONTACT_FORMS_MODULE = 'edumed.contact_forms' MAX_UPLOAD_SIZE = 20 * 1024 * 1024 + +OLIMPIADA_START = (2017, 11, 23, 10) +OLIMPIADA_END = (2017, 11, 23, 11)