mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-01-18 00:42:38 +00:00
[svn r8092]
This commit is contained in:
parent
88146c9a25
commit
fe81408800
@ -24,12 +24,12 @@ urlpatterns = patterns('',
|
||||
(r'^logbookentry/(.*)$', logbookentry),
|
||||
(r'^logbooksearch/(.*)$', logbookSearch),
|
||||
|
||||
(r'^troggle/statistics/$', stats),
|
||||
(r'^statistics/$', stats),
|
||||
|
||||
(r'^admin/doc/', include('django.contrib.admindocs.urls')),
|
||||
(r'^admin/(.*)', admin.site.root),
|
||||
|
||||
(r'^troggle/site_media/(?P<path>.*)$', 'django.views.static.serve',
|
||||
(r'^site_media/(?P<path>.*)$', 'django.views.static.serve',
|
||||
{'document_root': settings.MEDIA_ROOT, 'show_indexes': True}),
|
||||
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user