diff options
Diffstat (limited to 'databaseReset.py')
-rw-r--r-- | databaseReset.py | 6 |
1 files changed, 6 insertions, 0 deletions
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(): |