summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorexpo <expo@expobox.potato.hut>2013-08-01 17:00:01 +0200
committerexpo <expo@expobox.potato.hut>2013-08-01 17:00:01 +0200
commitda71cca22f29fcc43d2bbb049d025d8bee2b5ed3 (patch)
treea35c3e7982b5e89bb0ba3ac95d43a8022de0c9e2 /urls.py
parentba5bc365c1684b99c5498691e7623385dc176526 (diff)
downloadtroggle-da71cca22f29fcc43d2bbb049d025d8bee2b5ed3.tar.gz
troggle-da71cca22f29fcc43d2bbb049d025d8bee2b5ed3.tar.bz2
troggle-da71cca22f29fcc43d2bbb049d025d8bee2b5ed3.zip
Prospecting guide and images and few minor other things.
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index 106195d..fb2f698 100644
--- a/urls.py
+++ b/urls.py
@@ -139,6 +139,8 @@ actualurlpatterns = patterns('',
(r'^photos/(?P<path>.*)$', 'django.views.static.serve',
{'document_root': settings.PHOTOS_ROOT, 'show_indexes':True}),
+
+ url(r'^prospecting/(?P<name>[^.]+).png$', prospecting_image, name="prospecting_image"),
# (r'^gallery/(?P<path>.*)$', 'django.views.static.serve',
# {'document_root': settings.PHOTOS_ROOT, 'show_indexes':True}),