2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-05-14 13:25:46 +01:00

[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
This commit is contained in:
substantialnoninfringinguser 2009-05-13 05:19:44 +01:00
parent a9161e791a
commit 9c75c35ed4
2 changed files with 3 additions and 3 deletions

@ -266,7 +266,7 @@ def LoadLogbooks():
("1998", "1998/log.htm", Parseloghtml01), ("1998", "1998/log.htm", Parseloghtml01),
("1997", "1997/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: for year, lloc, parsefunc in yearlinks:
expedition = models.Expedition.objects.filter(year = year)[0] expedition = models.Expedition.objects.filter(year = year)[0]
@ -278,6 +278,6 @@ def LoadLogbooks():
# command line run through the loading stages # command line run through the loading stages
# you can comment out these in turn to control what gets reloaded # you can comment out these in turn to control what gets reloaded
LoadExpos() LoadPersons() #LoadExpos() #LoadPersons()
LoadLogbooks() LoadLogbooks()

@ -1,4 +1,4 @@
from localsettingsserver import * from localsettings import *
# Django settings for troggle2 project. # Django settings for troggle2 project.
DEBUG = True DEBUG = True