From f131509c565edef455a5a9d89f176081d56038cc Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 20 Jul 2020 22:53:26 +0100 Subject: 3dtopos to survexpos + comments --- databaseReset.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'databaseReset.py') 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: -- cgit v1.2.3