fixed TODO-23 (moving book in 2 series). also put db change in a try/except and cleaned up comments

This commit is contained in:
2021-01-07 20:52:17 +11:00
parent 2c1521e0b0
commit 995c19613e
2 changed files with 71 additions and 62 deletions

1
README
View File

@@ -28,7 +28,6 @@ python3 main.py
#### TODOS (next 26):
TODO-23: when moving a book in a series (which is part of 2 series), do we pop-up offer to move parent/child series orders as well to match (think Thomas Covenant)
TODO-24: get this into docker (as per TODO above)
gunicorn and it seems easy enough: https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-gunicorn-and-nginx-on-ubuntu-18-04