diff options
| author | Tom Christie | 2011-03-13 17:08:46 +0000 |
|---|---|---|
| committer | Tom Christie | 2011-03-13 17:08:46 +0000 |
| commit | bed7d8c3a99425b8dfa5c5a9c6b1d49a46f5284f (patch) | |
| tree | d3ad16683a727ea847ca807660419e3f290929cb /testproject/urls.py | |
| parent | d6e7e95d95e7367f0d999c14d874d810a028a177 (diff) | |
| download | django-rest-framework-bed7d8c3a99425b8dfa5c5a9c6b1d49a46f5284f.tar.bz2 | |
tox, runcoverage, and setup.py test
Diffstat (limited to 'testproject/urls.py')
| -rw-r--r-- | testproject/urls.py | 16 |
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)), -) |
