summaryrefslogtreecommitdiff
path: root/testapp/exam/urls.py
diff options
context:
space:
mode:
authorhardythe12015-01-14 13:43:41 +0530
committerhardythe12015-01-14 13:43:41 +0530
commit534cc561e22da308e31282ab9c598041558aa1b4 (patch)
tree806972214be0316cd43eb606059802c6b96be0aa /testapp/exam/urls.py
parent69bd6d797129a5292b2752d334b3d4fc39744157 (diff)
downloadonline_test-534cc561e22da308e31282ab9c598041558aa1b4.tar.gz
online_test-534cc561e22da308e31282ab9c598041558aa1b4.tar.bz2
online_test-534cc561e22da308e31282ab9c598041558aa1b4.zip
Added model to store assignment files
Diffstat (limited to 'testapp/exam/urls.py')
-rw-r--r--testapp/exam/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/exam/urls.py b/testapp/exam/urls.py
index d71329c..6aa395c 100644
--- a/testapp/exam/urls.py
+++ b/testapp/exam/urls.py
@@ -1,4 +1,4 @@
-from django.conf.urls import patterns, include, url
+from django.conf.urls.defaults import *
urlpatterns = patterns('testapp.exam.views',
url(r'^$', 'index'),