summaryrefslogtreecommitdiff
path: root/testapp/urls.py
diff options
context:
space:
mode:
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)),
+
)