summaryrefslogtreecommitdiff
path: root/testapp/urls.py
diff options
context:
space:
mode:
authorjayparikh1112012-03-21 17:11:33 +0530
committerjayparikh1112012-03-21 17:11:33 +0530
commit2f21a4a007ae9b51fadd7832fe90506f19e309e2 (patch)
tree2e81dbcd1e8310b647edb1f7d7a6e09a021ed3f6 /testapp/urls.py
parente524bef336df95fd307d045af37c379bccf3ea14 (diff)
downloadonline_test-2f21a4a007ae9b51fadd7832fe90506f19e309e2.tar.gz
online_test-2f21a4a007ae9b51fadd7832fe90506f19e309e2.tar.bz2
online_test-2f21a4a007ae9b51fadd7832fe90506f19e309e2.zip
changes for adding tags in questions
Diffstat (limited to 'testapp/urls.py')
-rw-r--r--testapp/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testapp/urls.py b/testapp/urls.py
index d956bfc..4fce4ea 100644
--- a/testapp/urls.py
+++ b/testapp/urls.py
@@ -20,4 +20,5 @@ urlpatterns = patterns('',
# url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
# Uncomment the next line to enable the admin:
url(ADMIN_BASE, include(admin.site.urls)),
+
)