[svn] More work on survey images parser and virtual survey binder. Renamed expedition_year field of Survey model to expedition because this makes more sense.

Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8163 by aaron @ 1/16/2009 7:50 PM
This commit is contained in:
substantialnoninfringinguser
2009-05-13 05:31:21 +01:00
parent 67f24d76ae
commit f02c91901c
5 changed files with 147 additions and 32 deletions

View File

@@ -28,7 +28,7 @@ urlpatterns = patterns('',
(r'^statistics/?$', stats),
(r'^survey/?$', surveyindex),
(r'^survey/(?P<survey_id>.*)$', survey),
(r'^survey/(?P<year>\d\d\d\d)\#(?P<wallet_number>\d*)$', survey),
(r'^admin/doc/?', include('django.contrib.admindocs.urls')),
(r'^admin/(.*)', admin.site.root),