summaryrefslogtreecommitdiff
path: root/yaksh/urls.py
diff options
context:
space:
mode:
authoradityacp2016-08-30 22:39:45 +0530
committeradityacp2016-08-30 22:39:45 +0530
commit3b8a17eb28ff5360449c4a1b6098860069fc0dc3 (patch)
tree4d36aff10190e6ee97731b13e987df217124551d /yaksh/urls.py
parente8769f5d8c43ee7c2655133b676ae53d2987c79c (diff)
parentaefc8eed3b0c18520059b4005978f1db9cf5591b (diff)
downloadonline_test-3b8a17eb28ff5360449c4a1b6098860069fc0dc3.tar.gz
online_test-3b8a17eb28ff5360449c4a1b6098860069fc0dc3.tar.bz2
online_test-3b8a17eb28ff5360449c4a1b6098860069fc0dc3.zip
removed extract_files and read_json files from views
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 cd97dd4..d14ed1d 100644
--- a/yaksh/urls.py
+++ b/yaksh/urls.py
@@ -97,7 +97,6 @@ urlpatterns += [
views.reject, {'was_enrolled': True}),
url(r'^manage/searchteacher/(?P<course_id>\d+)/$', views.search_teacher),
url(r'^manage/addteacher/(?P<course_id>\d+)/$', views.add_teacher, name='add_teacher'),
- url(r'^manage/allotted_course/$', views.allotted_courses),
url(r'^manage/remove_teachers/(?P<course_id>\d+)/$', views.remove_teachers, name='remove_teacher'),
url(r'^manage/download_questions/$', views.show_all_questions),
url(r'^manage/upload_questions/$', views.show_all_questions),