From 9c75c35ed4aae9f2ad55e32cb04dc68ff04fd9b5 Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Wed, 13 May 2009 05:19:44 +0100 Subject: [svn] going back now works Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8068 by julian @ 11/7/2008 2:30 AM --- parsers/logbooks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'parsers/logbooks.py') diff --git a/parsers/logbooks.py b/parsers/logbooks.py index bb7d009..82d7585 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -266,7 +266,7 @@ def LoadLogbooks(): ("1998", "1998/log.htm", Parseloghtml01), ("1997", "1997/log.htm", Parseloghtml01), ] -# yearlinks = [ ("1997", "1997/log.htm", Parseloghtml01), ] #overwrite + #yearlinks = [ ("2001", "2001/log.htm", Parseloghtml01), ] #overwrite for year, lloc, parsefunc in yearlinks: expedition = models.Expedition.objects.filter(year = year)[0] @@ -278,6 +278,6 @@ def LoadLogbooks(): # command line run through the loading stages # you can comment out these in turn to control what gets reloaded -LoadExpos() LoadPersons() +#LoadExpos() #LoadPersons() LoadLogbooks() -- cgit v1.2.3