X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/695023a09f7ed62d3a414dfc7c7b909fd0d1171b..40fc4c43e0490fadafd1e883290a976590cc2947:/edumed/settings/custom.py diff --git a/edumed/settings/custom.py b/edumed/settings/custom.py index a2fc281..5e98385 100644 --- a/edumed/settings/custom.py +++ b/edumed/settings/custom.py @@ -1,3 +1,6 @@ # -*- coding: utf-8 -*- CONTACT_FORMS_MODULE = 'edumed.contact_forms' + +OLIMPIADA_START = (2018, 11, 20, 10) +OLIMPIADA_END = (2018, 11, 20, 11)