diff options
author | Prabhu Ramachandran | 2018-05-09 19:19:55 +0530 |
---|---|---|
committer | GitHub | 2018-05-09 19:19:55 +0530 |
commit | 9248e11d935a0b80433bcc80f66fb4ad40f3adb3 (patch) | |
tree | fd3fe2bd36111658ff792b8549f906707c3b81fb /yaksh/urls.py | |
parent | 31764f78f091122a745a7da2d98e18160cb35eba (diff) | |
parent | 3847021649a1abc2a7ccf589759aee9a84f2915d (diff) | |
download | online_test-9248e11d935a0b80433bcc80f66fb4ad40f3adb3.tar.gz online_test-9248e11d935a0b80433bcc80f66fb4ad40f3adb3.tar.bz2 online_test-9248e11d935a0b80433bcc80f66fb4ad40f3adb3.zip |
Merge pull request #466 from ankitjavalkar/remove-ctx-instance
Remove the context instance argument in views.py
Diffstat (limited to 'yaksh/urls.py')
-rw-r--r-- | yaksh/urls.py | 2 |
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 = [ |