summaryrefslogtreecommitdiffstats
path: root/databaseReset.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-05-28 02:09:36 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-05-28 02:09:36 +0100
commitd2192ffd21c16ebd1ca5b39ecd489241201ecd20 (patch)
tree1bd1ae4d4c5282d55ce615f2d804962b82093bbb /databaseReset.py
parentcb4128436c213a99072683ed4c988b39dc744c36 (diff)
downloadtroggle-d2192ffd21c16ebd1ca5b39ecd489241201ecd20.tar.gz
troggle-d2192ffd21c16ebd1ca5b39ecd489241201ecd20.tar.bz2
troggle-d2192ffd21c16ebd1ca5b39ecd489241201ecd20.zip
delete duplication
Diffstat (limited to 'databaseReset.py')
-rw-r--r--databaseReset.py6
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():