From d2192ffd21c16ebd1ca5b39ecd489241201ecd20 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 28 May 2020 02:09:36 +0100 Subject: delete duplication --- databaseReset.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'databaseReset.py') diff --git a/databaseReset.py b/databaseReset.py index e775eb7..24afdaa 100644 --- a/databaseReset.py +++ b/databaseReset.py @@ -123,6 +123,12 @@ def import_tunnelfiles(): #import logbooksdump #def import_auto_logbooks(): #def dumplogbooks(): + +#def writeCaves(): +# for cave in Cave.objects.all(): +# cave.writeDataFile() +# for entrance in Entrance.objects.all(): +# entrance.writeDataFile() # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - class JobQueue(): -- cgit v1.2.3