[svn r8246] Photo file handling and mugshots parsing sorted.

Made URL settings more relative, less redundant.
This commit is contained in:
aaron
2009-02-18 07:45:45 +01:00
parent 1baf2cc0d4
commit 4fc8c8ae3c
5 changed files with 89 additions and 62 deletions

View File

@@ -75,5 +75,6 @@ urlpatterns = patterns('',
(r'^survey_scans/(?P<path>.*)$', 'django.views.static.serve',
{'document_root': settings.SURVEYS, 'show_indexes':True}),
(r'^photos/(?P<path>.*)$', 'django.views.static.serve',
{'document_root': settings.PHOTOS, 'show_indexes':True}),
)