summaryrefslogtreecommitdiff
path: root/choice_seeker/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'choice_seeker/urls.py')
-rw-r--r--choice_seeker/urls.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/choice_seeker/urls.py b/choice_seeker/urls.py
deleted file mode 100644
index f5fdfe0..0000000
--- a/choice_seeker/urls.py
+++ /dev/null
@@ -1,18 +0,0 @@
-from django.conf.urls.defaults import patterns, include, url
-
-from django.contrib import admin
-
-admin.autodiscover()
-
-urlpatterns = patterns('',
- url(r'^allotter/', include('allotter.urls')),
- # Examples:
- # url(r'^$', 'aloha.views.home', name='home'),
- # url(r'^aloha/', include('aloha.foo.urls')),
-
- # Uncomment the admin/doc line below to enable admin documentation:
- # url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
-
- # Uncomment the next line to enable the admin:
- url(r'^admin/', include(admin.site.urls)),
-)