From 7578b65573b3c49bab55deecd0198adce4ca84fa Mon Sep 17 00:00:00 2001 From: goatchurch Date: Sun, 13 Sep 2009 17:27:46 +0100 Subject: able to save sketches up from tunnel --- urls.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 20f5ca4..bdaabb3 100644 --- a/urls.py +++ b/urls.py @@ -108,7 +108,10 @@ urlpatterns = patterns('', url(r'^survey_scans/(?P[^/]+)/$', view_surveys.surveyscansfolder, name="surveyscansfolder"), url(r'^survey_scans/(?P[^/]+)/(?P[^/]+(?:png|jpg))$', view_surveys.surveyscansingle, name="surveyscansingle"), + url(r'^tunneldata/$', view_surveys.tunneldata, name="tunneldata"), + url(r'^tunneldataraw/(?P.+?\.xml)$', view_surveys.tunnelfile, name="tunnelfile"), + #url(r'^tunneldatainfo/(?P.+?\.xml)$', view_surveys.tunnelfileinfo, name="tunnelfileinfo"), (r'^photos/(?P.*)$', 'django.views.static.serve', {'document_root': settings.PHOTOS_ROOT, 'show_indexes':True}), -- cgit v1.2.3