Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-24 | Move docs/ dir to exam/ dir, fix code_evaluators dict in exam/settings | ankitjavalkar | |
2015-06-17 | Multiple fixes to errors after code-rearrangement | ankitjavalkar | |
- Remove evaluators from evaluators dir - Language IDs in forms has been fixed, all lower case - Remove spoken-tutorial database from settings | |||
2015-05-27 | Fixed indentation | hardythe1 | |
2015-05-27 | Removed Buildout and related files & made a standard Django project | hardythe1 | |
2015-05-11 | - Seperate testcases, Modify views, models, templates for compatibility | ankitjavalkar | |
- Change functions names in code_evaluator | |||
2015-04-30 | Code Review: Code Refactoring | ankitjavalkar | |
2014-07-11 | Exam app using django 1.6.5 | prathamesh | |
Removed version specification to install latest version of django. Added settings.py to the exam app. Removed default from import statement in urls.py since it is deprecated. |