aboutsummaryrefslogtreecommitdiffstats
path: root/testproject/urls.py
diff options
context:
space:
mode:
authormarkotibold2011-03-15 22:40:30 +0100
committermarkotibold2011-03-15 22:40:30 +0100
commit9ba66a19f814484d86e6a750b27d47b2c4e21033 (patch)
tree8b7ee7525d446f0a02fbd138f4f021b24727e961 /testproject/urls.py
parentecb82b0318f5dae29f4a00416fb279dff549c3b1 (diff)
parent80e98de9337b7fd735729dbad09d3d629466719c (diff)
downloaddjango-rest-framework-9ba66a19f814484d86e6a750b27d47b2c4e21033.tar.bz2
Merge with a0fec27963ebb52d39cdad42d5a7fd428f989784
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)),
-)