forked from expo/troggle
[svn] julian's quick makework and index page
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8169 by julian @ 1/17/2009 7:46 PM
This commit is contained in:
6
urls.py
6
urls.py
@@ -19,13 +19,13 @@ urlpatterns = patterns('',
|
||||
(r'^survex/(?P<survex_file>.*)\.log$', log),
|
||||
(r'^survex/(?P<survex_file>.*)\.err$', err),
|
||||
|
||||
(r'^person/?$', personindex),
|
||||
url(r'^personindex$', personindex, name="personindex"),
|
||||
(r'^person/(?P<person_id>\d*)(?P<first_name>[a-zA-Z]*)[-_/\.\s(\%20)]*(?P<last_name>[a-zA-Z]*)/?$', person),
|
||||
|
||||
(r'^logbookentry/(.*)/?$', logbookentry),
|
||||
(r'^logbooksearch/(.*)/?$', logbookSearch),
|
||||
url(r'^logbooksearch/(.*)/?$', logbookSearch),
|
||||
|
||||
(r'^statistics/?$', stats),
|
||||
url(r'^statistics/?$', stats, name="stats"),
|
||||
|
||||
(r'^survey/?$', surveyindex),
|
||||
(r'^survey/(?P<year>\d\d\d\d)\#(?P<wallet_number>\d*)$', survey),
|
||||
|
||||
Reference in New Issue
Block a user