summaryrefslogtreecommitdiff
path: root/yaksh/views.py
diff options
context:
space:
mode:
authoradityacp2016-10-25 15:01:43 +0530
committeradityacp2016-10-25 15:01:43 +0530
commit3fcf7c6772bf6a3a91c4348a309e80ccc4592bba (patch)
tree8618358a51c1e2103f9f76b35775fdc5d0151ca4 /yaksh/views.py
parent08d8478a6a57991b0130c5610db6efa7bc9e5a66 (diff)
downloadonline_test-3fcf7c6772bf6a3a91c4348a309e80ccc4592bba.tar.gz
online_test-3fcf7c6772bf6a3a91c4348a309e80ccc4592bba.tar.bz2
online_test-3fcf7c6772bf6a3a91c4348a309e80ccc4592bba.zip
removed creation of user output directory
Diffstat (limited to 'yaksh/views.py')
-rw-r--r--yaksh/views.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yaksh/views.py b/yaksh/views.py
index 68e641e..4706222 100644
--- a/yaksh/views.py
+++ b/yaksh/views.py
@@ -415,8 +415,6 @@ def start(request, questionpaper_id=None, attempt_num=None):
msg = 'You do not have a profile and cannot take the quiz!'
raise Http404(msg)
new_paper = quest_paper.make_answerpaper(user, ip, attempt_num)
- # Make user directory.
- user_dir = new_paper.user.profile.get_user_dir()
return show_question(request, new_paper.current_question(), new_paper)