diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-07-20 22:53:26 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-07-20 22:53:26 +0100 |
commit | f131509c565edef455a5a9d89f176081d56038cc (patch) | |
tree | afb973555d80ff504b6bed2c0f0317e551641f18 /databaseReset.py | |
parent | 8e77a70ad608ca029785e4786cbaa6a776ae1dfe (diff) | |
download | troggle-f131509c565edef455a5a9d89f176081d56038cc.tar.gz troggle-f131509c565edef455a5a9d89f176081d56038cc.tar.bz2 troggle-f131509c565edef455a5a9d89f176081d56038cc.zip |
3dtopos to survexpos + comments
Diffstat (limited to 'databaseReset.py')
-rw-r--r-- | databaseReset.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databaseReset.py b/databaseReset.py index 9034ce9..81aa529 100644 --- a/databaseReset.py +++ b/databaseReset.py @@ -303,8 +303,8 @@ def usage(): logbooks - read in the logbooks QMs - read in the QM csv files (older caves only) scans - the survey scans in all the wallets (must run before survex) - survex - read in the survex files - all the survex blocks and entrances x/y/z drawings - read in the Tunnel & Therion files - which scans the survey scans too + survex - read in the survex files - all the survex blocks and entrances x/y/z autologbooks - Not used. read in autologbooks (what are these?) dumplogbooks - Not used. write out autologbooks (not working?) @@ -336,14 +336,11 @@ if __name__ == "__main__": jq.enq("reinit",reinit_db) elif "test" in sys.argv: jq.enq("caves",import_caves) - import_subcaves() - #jq.enq("people",import_people) - #jq.run_now_django_tests(2) + jq.enq("people",import_people) elif "test2" in sys.argv: jq.enq("QMs",import_QMs) jq.enq("drawings",import_drawingsfiles) jq.enq("survex",import_survex) - jq.enq("drawings",import_drawingsfiles) elif "caves" in sys.argv: jq.enq("caves",import_caves) elif "logbooks" in sys.argv: |