From b42249890e83fafdfd2f2918cd80f4621252f7ab Mon Sep 17 00:00:00 2001 From: Sam Wenham Date: Fri, 19 Apr 2019 22:52:54 +0100 Subject: Updating caves and entrances is no longer nuclear! Big overhaul of people processing, fullname added to the model lastname is now names -1 unless you only have one (yes you Wookey) this allows for Jon Arne Toft and Wookey to live it the same DB names can now have html chars in them, this should be real unicode but that can only happen when we go to Python 3! --- databaseReset.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'databaseReset.py') diff --git a/databaseReset.py b/databaseReset.py index 7a5d0fa..fd9b83a 100644 --- a/databaseReset.py +++ b/databaseReset.py @@ -42,7 +42,7 @@ def make_dirs(): def import_caves(): import parsers.caves - print("importing caves") + print("Importing Caves") parsers.caves.readcaves() def import_people(): @@ -195,9 +195,6 @@ if __name__ == "__main__": elif "scans" in sys.argv: import_surveyscans() elif "caves" in sys.argv: - # reload_db() - # make_dirs() - # pageredirects() import_caves() elif "people" in sys.argv: import_people() -- cgit v1.2.3