summaryrefslogtreecommitdiff
path: root/apps/locations/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/locations/urls.py')
-rw-r--r--apps/locations/urls.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/locations/urls.py b/apps/locations/urls.py
deleted file mode 100644
index c49e684..0000000
--- a/apps/locations/urls.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from django.conf.urls.defaults import *
-from django.views.generic.simple import redirect_to,direct_to_template
-
-urlpatterns = patterns('',
- (r'data/(?P<id>\d+)/$', 'locations.views.data_json'),
- (r'^$', direct_to_template, {'template': 'archives/map.html'}),
-)