diff options
author | hardythe1 | 2015-01-14 13:43:41 +0530 |
---|---|---|
committer | hardythe1 | 2015-01-14 13:43:41 +0530 |
commit | 534cc561e22da308e31282ab9c598041558aa1b4 (patch) | |
tree | 806972214be0316cd43eb606059802c6b96be0aa /testapp/exam/urls.py | |
parent | 69bd6d797129a5292b2752d334b3d4fc39744157 (diff) | |
download | online_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.py | 2 |
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'), |