mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 05:07:12 +00:00
2003 logbook export/re-import as now HTML format
This commit is contained in:
@@ -41,6 +41,11 @@ def import_logbooks():
|
||||
with transaction.atomic():
|
||||
troggle.parsers.logbooks.LoadLogbooks()
|
||||
|
||||
def import_logbook(year=2003):
|
||||
print(f"-- Importing Logbook {year}")
|
||||
with transaction.atomic():
|
||||
troggle.parsers.logbooks.LoadLogbook(year)
|
||||
|
||||
def import_QMs():
|
||||
print("-- Importing old QMs for 161, 204, 234 from CSV files")
|
||||
with transaction.atomic():
|
||||
|
||||
Reference in New Issue
Block a user