diff options
Diffstat (limited to 'src/urls.py')
| -rw-r--r-- | src/urls.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/urls.py b/src/urls.py deleted file mode 100644 index 41a32efa..00000000 --- a/src/urls.py +++ /dev/null @@ -1,15 +0,0 @@ -from django.conf.urls.defaults import patterns, include -from django.contrib import admin - -admin.autodiscover() - -urlpatterns = patterns('', - # Example: - (r'^', include('testapp.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)), -) |
