summaryrefslogtreecommitdiff
path: root/testapp/urls.py
diff options
context:
space:
mode:
authorPrabhu Ramachandran2014-07-26 18:52:50 +0530
committerPrabhu Ramachandran2014-07-26 18:52:50 +0530
commit265ad4d17f481e30a84350e8eb96e72c8cedef6b (patch)
tree43f9e2b4288a108f02e6999ff15de6db94676aaf /testapp/urls.py
parentec33daea9185bb783c5dcd4f8daddc135b25a0fa (diff)
parentf1d28170cf96ae6e4b0a5fb39f38e0aaa5709b6a (diff)
downloadonline_test-265ad4d17f481e30a84350e8eb96e72c8cedef6b.tar.gz
online_test-265ad4d17f481e30a84350e8eb96e72c8cedef6b.tar.bz2
online_test-265ad4d17f481e30a84350e8eb96e72c8cedef6b.zip
Merge pull request #34 from prathamesh920/reusable_app
Reusable app
Diffstat (limited to 'testapp/urls.py')
-rw-r--r--testapp/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/urls.py b/testapp/urls.py
index c82ecb6..0d126f4 100644
--- a/testapp/urls.py
+++ b/testapp/urls.py
@@ -1,4 +1,4 @@
-from django.conf.urls.defaults import patterns, include, url
+from django.conf.urls import patterns, include, url
# Uncomment the next two lines to enable the admin:
from django.contrib import admin