diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-02-02 21:50:40 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-02-02 21:50:40 +0000 |
commit | e94a24bbd4c58748e44c2b0461d9a46acccdecd9 (patch) | |
tree | 8b7697b3c235838e0e16033e43e9c4dee0ba249b /parsers/caves.py | |
parent | e0a198bac522e138ef46f983b6c9455b17f787ce (diff) | |
download | troggle-e94a24bbd4c58748e44c2b0461d9a46acccdecd9.tar.gz troggle-e94a24bbd4c58748e44c2b0461d9a46acccdecd9.tar.bz2 troggle-e94a24bbd4c58748e44c2b0461d9a46acccdecd9.zip |
to-do lists updates
Diffstat (limited to 'parsers/caves.py')
-rw-r--r-- | parsers/caves.py | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/parsers/caves.py b/parsers/caves.py index b2a6e54..8e967b1 100644 --- a/parsers/caves.py +++ b/parsers/caves.py @@ -19,12 +19,16 @@ So is the first thing that creates tables. """ todo = """ - - Cannot use Edit This Page for pendingcaves.txt_edit as Edit This Page is expecting an html file. +- Cannot use Edit This Page for pendingcaves.txt_edit as Edit This Page is expecting an html file. So we will need a separate file-editing capability just for this configuration file ?! -- crashes on MariaDB in databasereset.py on server when deleting Caves and complains Area needs a non null parent, But this is not true. - The only solution we have found is to let it crash, then stop and restart MariaDB (requires a logon able to sudo) - and then restart the databasereset.py again. (status as of July 2022) +- Semi-automagically import all the 1627- pending caves and create HTML files for them to be + edited individually. (These are caves we only know about because we have German survex files.) + +- crashes on MariaDB in databasereset.py on server when deleting Caves and complains Area needs a + non null parent, But this is not true. The only solution we have found is to let it crash, then + stop and restart MariaDB (requires a logon able to sudo) and then restart the databasereset.py + again. (status as of July 2022) """ entrances_xslug = {} caves_xslug = {} |