summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urls.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index 01b0185..4b55143 100644
--- a/urls.py
+++ b/urls.py
@@ -136,6 +136,9 @@ actualurlpatterns = patterns('',
(r'^photos/(?P<path>.*)$', 'django.views.static.serve',
{'document_root': settings.PHOTOS_ROOT, 'show_indexes':True}),
+# (r'^gallery/(?P<path>.*)$', 'django.views.static.serve',
+ # {'document_root': settings.PHOTOS_ROOT, 'show_indexes':True}),
+
# for those silly ideas
url(r'^experimental.*$', views_logbooks.experimental, name="experimental"),