summaryrefslogtreecommitdiff
path: root/testapp/urls.py
diff options
context:
space:
mode:
authorprathamesh2015-01-20 17:05:41 +0530
committerprathamesh2015-01-20 17:05:41 +0530
commitf2e09edeb2e5b884f0e75ad3747b51e7603d70e1 (patch)
treefac9c70feeff6e1c470097623fd54a6244f786c0 /testapp/urls.py
parentcbdeb90a756832c71c80bac4dbe9ba1a3aceacb2 (diff)
downloadonline_test-f2e09edeb2e5b884f0e75ad3747b51e7603d70e1.tar.gz
online_test-f2e09edeb2e5b884f0e75ad3747b51e7603d70e1.tar.bz2
online_test-f2e09edeb2e5b884f0e75ad3747b51e7603d70e1.zip
Assignment upload interface implementation
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 6c19e81..dee297c 100644
--- a/testapp/urls.py
+++ b/testapp/urls.py
@@ -1,4 +1,4 @@
-from django.conf.urls.defaults import *
+from django.conf.urls import *
# Uncomment the next two lines to enable the admin:
from django.contrib import admin