fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix - show answers in participant view for inactive assignments
[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)