summaryrefslogtreecommitdiff
path: root/yaksh/urls.py
diff options
context:
space:
mode:
authorPrabhu Ramachandran2016-03-17 16:50:04 +0530
committerPrabhu Ramachandran2016-03-17 16:50:04 +0530
commit424e6c94237a1d9b5a24ed6c2a49a433034304ca (patch)
tree2f0f84db2fd437124c6dce970cd7dd8140d79e3a /yaksh/urls.py
parentef3cd39ebdf9d9fc9011ba4bc470ec5018bb8077 (diff)
parentaab320d8867a15569ddd0da029f13ea5740f6518 (diff)
downloadonline_test-424e6c94237a1d9b5a24ed6c2a49a433034304ca.tar.gz
online_test-424e6c94237a1d9b5a24ed6c2a49a433034304ca.tar.bz2
online_test-424e6c94237a1d9b5a24ed6c2a49a433034304ca.zip
Merge pull request #85 from prathamesh920/marks_csv_dump
A moderator can download csv file for a given question paper.
Diffstat (limited to 'yaksh/urls.py')
-rw-r--r--yaksh/urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/yaksh/urls.py b/yaksh/urls.py
index d74e244..be33051 100644
--- a/yaksh/urls.py
+++ b/yaksh/urls.py
@@ -65,6 +65,8 @@ urlpatterns += patterns('yaksh.views',
'show_statistics'),
url(r'^manage/statistics/question/(?P<questionpaper_id>\d+)/(?P<attempt_number>\d+)/$',
'show_statistics'),
+ url(r'^manage/monitor/download_csv/(?P<questionpaper_id>\d+)/$',
+ 'download_csv'),
url(r'manage/courses/$', 'courses'),
url(r'manage/add_course/$', 'add_course'),
url(r'manage/course_detail/(?P<course_id>\d+)/$', 'course_detail'),