mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-14 18:07:07 +00:00
[svn r8246] Photo file handling and mugshots parsing sorted.
Made URL settings more relative, less redundant.
This commit is contained in:
@@ -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}),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user