forked from expo/troggle
missed objects
This commit is contained in:
parent
bfe018cde6
commit
cc313246bb
@ -329,7 +329,7 @@ def LoadLogbooks():
|
|||||||
""" This is the master function for parsing all logbooks into the Troggle database. """
|
""" This is the master function for parsing all logbooks into the Troggle database. """
|
||||||
|
|
||||||
# Clear the logbook data issues as we are reloading
|
# Clear the logbook data issues as we are reloading
|
||||||
models.DataIssue.filter(parser='logbooks').delete()
|
models.DataIssue.objects.filter(parser='logbooks').delete()
|
||||||
# Fetch all expos
|
# Fetch all expos
|
||||||
expos = models.Expedition.objects.all()
|
expos = models.Expedition.objects.all()
|
||||||
for expo in expos:
|
for expo in expos:
|
||||||
|
Loading…
Reference in New Issue
Block a user