diff options
author | Akshen | 2018-10-25 10:19:35 +0530 |
---|---|---|
committer | Akshen | 2018-10-25 10:19:35 +0530 |
commit | 828c98ffe0ef74ce7abc92339c9a0849cafd2634 (patch) | |
tree | aed2b4fe55e77650b02d8a9c1725b0668a2399ad /website/urls.py | |
parent | d4ba84f1ef0d74ef5878f7590fde56444b01d438 (diff) | |
download | nccps-2018-828c98ffe0ef74ce7abc92339c9a0849cafd2634.tar.gz nccps-2018-828c98ffe0ef74ce7abc92339c9a0849cafd2634.tar.bz2 nccps-2018-828c98ffe0ef74ce7abc92339c9a0849cafd2634.zip |
Update marks for week 3 and 4
- 5 marks for week 3
- 10 marks for week 4
13th and 14th TBA
- Upload Model for each question TBD
Diffstat (limited to 'website/urls.py')
-rw-r--r-- | website/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/urls.py b/website/urls.py index 7cf47c5..f0dbe60 100644 --- a/website/urls.py +++ b/website/urls.py @@ -20,6 +20,7 @@ urlpatterns = [ re_path(r'^cfp/$', views.cfp, name='cfp'), #re_path(r'^quiz/$', views.quiz_view, name='quiz_view'), re_path(r'^question_list/$', views.question_list, name='question_list'), + #re_path(r'^uploadmodel/$', views.uploadmodel, name='uploadmodel'), re_path(r'^add_questions/$', views.add_questions, name='add_questions'), re_path(r'^edit_question/(?P<qid>\d+)$', views.edit_question, name='edit_question'), re_path(r'^take_quiz/$', views.take_quiz, name='take_quiz'), |