Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
pip install [git repo], this command will automatically run this setup
file.
|
|
|
|
|
|
into packaging_app
|
|
Reusable app
|
|
Added initial fixture.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
run 'python setup.py sdist' to create the distribution package.
|
|
|
|
|
|
moved output folder in the app.
|
|
initial_fixture only to add moderator group.
sample_question file modified to add language and snippet.
|
|
|
|
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.
|
|
Creates moderator group.
Adds four questions.
"./bin/django loaddata fixture_name" will load the data.
|
|
Question paper creation interface
|
|
|
|
|
|
|
|
|
|
User dashboard
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changing moderator's landing page to show list of all quizzes
|
|
|
|
|
|
|
|
|
|
Multiple correct type
|
|
Model modification
|
|
|
|
|
|
|
|
And changed variables to lowercases
|
|
|
|
|
|
|