diff options
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: |