From ec55273fcc0c374dbaf213910f760660fb1419a6 Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Fri, 31 May 2019 18:46:03 +0530 Subject: Add templates and more features --- yaksh/views.py | 1 + 1 file changed, 1 insertion(+) (limited to 'yaksh/views.py') diff --git a/yaksh/views.py b/yaksh/views.py index f1ab13b..0b70361 100644 --- a/yaksh/views.py +++ b/yaksh/views.py @@ -2953,3 +2953,4 @@ def download_course(request, course_id): ) response.write(zip_file.read()) return response + # return HttpResponse("Success") \ No newline at end of file -- cgit