aboutsummaryrefslogtreecommitdiffstats
path: root/testproject/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'testproject/urls.py')
-rw-r--r--testproject/urls.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/testproject/urls.py b/testproject/urls.py
deleted file mode 100644
index d1312789..00000000
--- a/testproject/urls.py
+++ /dev/null
@@ -1,16 +0,0 @@
-from django.conf.urls.defaults import *
-
-# Uncomment the next two lines to enable the admin:
-# from django.contrib import admin
-# admin.autodiscover()
-
-urlpatterns = patterns('',
- # Example:
- # (r'^testproject/', include('testproject.foo.urls')),
-
- # Uncomment the admin/doc line below to enable admin documentation:
- # (r'^admin/doc/', include('django.contrib.admindocs.urls')),
-
- # Uncomment the next line to enable the admin:
- # (r'^admin/', include(admin.site.urls)),
-)