summaryrefslogtreecommitdiff
path: root/yaksh/urls.py
diff options
context:
space:
mode:
authoradityacp2017-03-16 16:43:12 +0530
committeradityacp2017-03-16 16:43:12 +0530
commitb37244f2c6573b0f16b9dcea614400ee1ae24cf8 (patch)
treee5ae120f2c47d78e53513db25e01d028954d9f5f /yaksh/urls.py
parent508a576ccfb63169c24056ded25f742bdcd186f2 (diff)
downloadonline_test-b37244f2c6573b0f16b9dcea614400ee1ae24cf8.tar.gz
online_test-b37244f2c6573b0f16b9dcea614400ee1ae24cf8.tar.bz2
online_test-b37244f2c6573b0f16b9dcea614400ee1ae24cf8.zip
Changes in models views and urls
- Handle Json parsing error - Remove Sample file download from views and urls
Diffstat (limited to 'yaksh/urls.py')
-rw-r--r--yaksh/urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yaksh/urls.py b/yaksh/urls.py
index e7a3a66..ad58985 100644
--- a/yaksh/urls.py
+++ b/yaksh/urls.py
@@ -28,7 +28,6 @@ urlpatterns = [
url(r'^view_answerpaper/(?P<questionpaper_id>\d+)/$', views.view_answerpaper, name='view_answerpaper'),
url(r'^manage/$', views.prof_manage, name='manage'),
url(r'^manage/addquestion/$', views.add_question),
- url(r'^manage/download_demo_question/$', views.download_demo_questions),
url(r'^manage/addquestion/(?P<question_id>\d+)/$', views.add_question),
url(r'^manage/addquiz/(?P<course_id>\d+)/$', views.add_quiz, name='add_quiz'),
url(r'^manage/addquiz/(?P<course_id>\d+)/(?P<quiz_id>\d+)/$', views.add_quiz, name='edit_quiz'),