New feature contribution: Entrance Exams

This commit is contained in:
Matt Drayer
2015-01-12 15:48:22 -05:00
parent 27fee62039
commit 3c669e3838
54 changed files with 1848 additions and 74 deletions

View File

@@ -104,6 +104,15 @@ FEATURES['ADVANCED_SECURITY'] = False
PASSWORD_MIN_LENGTH = None
PASSWORD_COMPLEXITY = {}
########################### Milestones #################################
FEATURES['MILESTONES_APP'] = True
########################### Entrance Exams #################################
FEATURES['ENTRANCE_EXAMS'] = True
#####################################################################
# See if the developer has any local overrides.
try: