aboutsummaryrefslogtreecommitdiffstats
path: root/testproject/urls.py
diff options
context:
space:
mode:
authorTom Christie2011-03-13 17:08:46 +0000
committerTom Christie2011-03-13 17:08:46 +0000
commitbed7d8c3a99425b8dfa5c5a9c6b1d49a46f5284f (patch)
treed3ad16683a727ea847ca807660419e3f290929cb /testproject/urls.py
parentd6e7e95d95e7367f0d999c14d874d810a028a177 (diff)
downloaddjango-rest-framework-bed7d8c3a99425b8dfa5c5a9c6b1d49a46f5284f.tar.bz2
tox, runcoverage, and setup.py test
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)),
-)