diff options
author | prathamesh | 2015-01-20 17:05:41 +0530 |
---|---|---|
committer | prathamesh | 2015-01-20 17:05:41 +0530 |
commit | f2e09edeb2e5b884f0e75ad3747b51e7603d70e1 (patch) | |
tree | fac9c70feeff6e1c470097623fd54a6244f786c0 /testapp/urls.py | |
parent | cbdeb90a756832c71c80bac4dbe9ba1a3aceacb2 (diff) | |
download | online_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.py | 2 |
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 |