forked from expo/troggle
Tidy up urls file a little
This commit is contained in:
parent
4d6f8cb079
commit
624c2d96df
2
urls.py
2
urls.py
@ -143,7 +143,7 @@ actualurlpatterns = patterns('',
|
||||
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}),
|
||||
# {'document_root': settings.PHOTOS_ROOT, 'show_indexes':True}),
|
||||
|
||||
# for those silly ideas
|
||||
url(r'^experimental.*$', views_logbooks.experimental, name="experimental"),
|
||||
|
Loading…
Reference in New Issue
Block a user