[svn r8094] QM parser now parses Hauchhoehle QMs.py

Photo model added.

Logbook parser now puts mugshots in as photo models, and descriptions from the old folk html pages in as "blurbs" on the person model.

Experimented with eye candy and a random logbook quote generator.
This commit is contained in:
aaron
2008-12-31 03:59:15 +01:00
parent 7a4f8987f8
commit 134c6f8694
14 changed files with 261 additions and 93 deletions

View File

@@ -6,6 +6,7 @@ admin.autodiscover()
urlpatterns = patterns('',
# Example:
(r'^$', frontPage),
(r'^cave/?$', caveindex),
(r'^cave/(?P<cave_id>[^/]+)/?$', cave),
(r'^cave/(?P<cave_id>[^/]+)/?(?P<ent_letter>[^/])$', ent),