From da71cca22f29fcc43d2bbb049d025d8bee2b5ed3 Mon Sep 17 00:00:00 2001 From: expo Date: Thu, 1 Aug 2013 17:00:01 +0200 Subject: Prospecting guide and images and few minor other things. --- urls.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'urls.py') 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.*)$', 'django.views.static.serve', {'document_root': settings.PHOTOS_ROOT, 'show_indexes':True}), + + url(r'^prospecting/(?P[^.]+).png$', prospecting_image, name="prospecting_image"), # (r'^gallery/(?P.*)$', 'django.views.static.serve', # {'document_root': settings.PHOTOS_ROOT, 'show_indexes':True}), -- cgit v1.2.3