summaryrefslogtreecommitdiff
path: root/yaksh/urls.py
diff options
context:
space:
mode:
authorankitjavalkar2018-04-02 19:30:11 +0530
committerankitjavalkar2018-04-02 19:30:11 +0530
commitef5f9a8029ec19d0a039fff821106651aea9c426 (patch)
treeee79a17f1d14af642a828d202d0d76c376c22616 /yaksh/urls.py
parentc9beb0e2bf01af8a391cb16166cdac71bd03db32 (diff)
downloadonline_test-ef5f9a8029ec19d0a039fff821106651aea9c426.tar.gz
online_test-ef5f9a8029ec19d0a039fff821106651aea9c426.tar.bz2
online_test-ef5f9a8029ec19d0a039fff821106651aea9c426.zip
Upgrade Django from 1.9.5 to Django 1.10
- Change render_to_response usage to render
Diffstat (limited to 'yaksh/urls.py')
-rw-r--r--yaksh/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/urls.py b/yaksh/urls.py
index dd450ba..3611573 100644
--- a/yaksh/urls.py
+++ b/yaksh/urls.py
@@ -1,4 +1,4 @@
-from django.conf.urls import patterns, url
+from django.conf.urls import url
from yaksh import views
urlpatterns = [