diff options
author | jayparikh111 | 2012-11-05 12:17:53 +0530 |
---|---|---|
committer | jayparikh111 | 2012-11-05 12:17:53 +0530 |
commit | c547bb9200fe1c1b8116088b5dc35fcce3757b52 (patch) | |
tree | 3c540e4dd41c8040e468af94867f99406f4f64cf /testapp/urls.py | |
parent | a0d705621cce25b933da541cb66d93618e2153b7 (diff) | |
download | online_test-c547bb9200fe1c1b8116088b5dc35fcce3757b52.tar.gz online_test-c547bb9200fe1c1b8116088b5dc35fcce3757b52.tar.bz2 online_test-c547bb9200fe1c1b8116088b5dc35fcce3757b52.zip |
minor changes
Diffstat (limited to 'testapp/urls.py')
-rw-r--r-- | testapp/urls.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testapp/urls.py b/testapp/urls.py index 99d69c2..67d5c08 100644 --- a/testapp/urls.py +++ b/testapp/urls.py @@ -15,11 +15,11 @@ else: urlpatterns = patterns('', url(URL_BASE, include('exam.urls')), - + (r'^admin/', include(admin.site.urls)), # Uncomment the admin/doc line below to enable admin documentation: # url(r'^admin/doc/', include('django.contrib.admindocs.urls')), # Uncomment the next line to enable the admin: - url(ADMIN_BASE, include(admin.site.urls)), + #url(ADMIN_BASE, include(admin.site.urls)), ) |