expoweb/troggle
aaron 7a4f8987f8 [svn r8093] Added QM model and parser. Had to merge models_cave.py and models_logbooks.py into models.py. This is because logbook entries now have an optional foreign key to caves, and QMs have a required foreign key to a logbook entry of the trip that created them. So, the two files became circularly dependent.
Also, the urls for the person model now allow lookups using their actual first and last name in the url instead of the primary key. We should do similar things for all models, maybe even using the url as a search which results in a page with multiple model instance results if the input is ambiguous (e.g. they only enter a first name).
2008-12-14 00:17:33 +01:00
..
expo [svn r8093] Added QM model and parser. Had to merge models_cave.py and models_logbooks.py into models.py. This is because logbook entries now have an optional foreign key to caves, and QMs have a required foreign key to a logbook entry of the trip that created them. So, the two files became circularly dependent. 2008-12-14 00:17:33 +01:00
media/css [svn r8081] Added cave and logbook search, collapsible footer navbar, useless statistics page. Also fixed broken css. Toying with forms but not committing those yet. 2008-12-08 05:28:03 +01:00
parsers [svn r8093] Added QM model and parser. Had to merge models_cave.py and models_logbooks.py into models.py. This is because logbook entries now have an optional foreign key to caves, and QMs have a required foreign key to a logbook entry of the trip that created them. So, the two files became circularly dependent. 2008-12-14 00:17:33 +01:00
templates [svn r8084] Forgot to add cave and logbook search templates in earlier commit. 2008-12-09 02:31:30 +01:00
__init__.py [svn r8034] Initial troggle checkin 2008-10-26 22:04:06 +01:00
databaseReset.py [svn r8093] Added QM model and parser. Had to merge models_cave.py and models_logbooks.py into models.py. This is because logbook entries now have an optional foreign key to caves, and QMs have a required foreign key to a logbook entry of the trip that created them. So, the two files became circularly dependent. 2008-12-14 00:17:33 +01:00
localsettingsserver.py [svn r8088] 2008-12-09 09:02:21 +01:00
localsettingsubuntu.py [svn r8072] add local settings files 2008-11-07 10:09:45 +01:00
localsettingswindows.py [svn r8073] Added URL_ROOT to local settings 2008-11-07 10:10:03 +01:00
manage.py [svn r8034] Initial troggle checkin 2008-10-26 22:04:06 +01:00
middleware.py [svn r8034] Initial troggle checkin 2008-10-26 22:04:06 +01:00
settings.py [svn r8087] Try and sort out settings mess. 2008-12-09 05:48:56 +01:00
urls.py [svn r8093] Added QM model and parser. Had to merge models_cave.py and models_logbooks.py into models.py. This is because logbook entries now have an optional foreign key to caves, and QMs have a required foreign key to a logbook entry of the trip that created them. So, the two files became circularly dependent. 2008-12-14 00:17:33 +01:00