initial commit
parents
Showing
QuizSystem/__init__.py
0 → 100644
File added
File added
File added
File added
QuizSystem/settings.py
0 → 100644
QuizSystem/urls.py
0 → 100644
QuizSystem/wsgi.py
0 → 100644
db.sqlite3
0 → 100644
File added
manage.py
0 → 100755
quiz/__init__.py
0 → 100644
File added
File added
File added
File added
quiz/admin.py
0 → 100644
quiz/apps.py
0 → 100644
quiz/migrations/__init__.py
0 → 100644
File added
File added
quiz/models.py
0 → 100644
quiz/static/script.js
0 → 100644
quiz/templates/index.html
0 → 100644
quiz/templates/result.html
0 → 100644
quiz/templates/student.html
0 → 100644
quiz/tests.py
0 → 100644
quiz/views.py
0 → 100644
Please register or sign in to comment