mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-10 15:47:10 +00:00
[svn r8068] going back now works
This commit is contained in:
@@ -266,7 +266,7 @@ def LoadLogbooks():
|
|||||||
("1999", "1999/log.htm", Parseloghtml01),
|
("1999", "1999/log.htm", Parseloghtml01),
|
||||||
("1998", "1998/log.htm", Parseloghtml01),
|
("1998", "1998/log.htm", Parseloghtml01),
|
||||||
("1997", "1997/log.htm", Parseloghtml01),
|
("1997", "1997/log.htm", Parseloghtml01),
|
||||||
]
|
]
|
||||||
#yearlinks = [ ("2001", "2001/log.htm", Parseloghtml01), ] #overwrite
|
#yearlinks = [ ("2001", "2001/log.htm", Parseloghtml01), ] #overwrite
|
||||||
|
|
||||||
for year, lloc, parsefunc in yearlinks:
|
for year, lloc, parsefunc in yearlinks:
|
||||||
@@ -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()
|
#LoadExpos()
|
||||||
#LoadPersons()
|
#LoadPersons()
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
from localsettingsserver import *
|
from localsettings import *
|
||||||
# Django settings for troggle2 project.
|
# Django settings for troggle2 project.
|
||||||
|
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
|
|||||||
Reference in New Issue
Block a user