summaryrefslogtreecommitdiff
path: root/yaksh/urls.py
diff options
context:
space:
mode:
authorprathamesh2020-10-23 03:55:43 +0530
committerprathamesh2020-10-23 03:55:43 +0530
commit054cb7a7d898cab8902dd6c97db4072b01bd2af9 (patch)
tree90e253235fe8a9b551f54553a74b689c2ca0ee38 /yaksh/urls.py
parent430c8d1480d897e9fc0dc328bad173642d0a2946 (diff)
downloadonline_test-054cb7a7d898cab8902dd6c97db4072b01bd2af9.tar.gz
online_test-054cb7a7d898cab8902dd6c97db4072b01bd2af9.tar.bz2
online_test-054cb7a7d898cab8902dd6c97db4072b01bd2af9.zip
Update marks using CSV file upload
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 82785ca..e716404 100644
--- a/yaksh/urls.py
+++ b/yaksh/urls.py
@@ -271,4 +271,6 @@ urlpatterns = [
views.lesson_statistics, name='lesson_statistics'),
path('manage/download/sample/toc',
views.download_sample_toc, name='download_sample_toc'),
+ path('manage/upload_marks/<int:course_id>/<int:questionpaper_id>/',
+ views.upload_marks, name='upload_marks'),
]