fixed Dockerfile - I only needed to expose 443, not sure what I was thinking mashing this web code with DB, anyway... also switched to using env var rather than hostname to pick up DEV/PROD, and now show that in base.html. Updated Dockerfile and requirements to prep for putting ldap/auth in, will need to copy some stuff from PA later. finally removed console debugs in book.html

This commit is contained in:
2022-06-19 16:15:51 +10:00
parent 6087bdab9e
commit 4725f006bc
6 changed files with 37 additions and 17 deletions

3
BUGs
View File

@@ -1,4 +1,4 @@
#### BUGS (next-19)
#### BUGS (next-20)
### DB/back-end
@@ -11,3 +11,4 @@ BUG-6: author,series, etc. do not have explicit ordering like sub-books... sort
- add/remove authors, and after save they are ordered by author.id, not order of addition (prob. needs book_author_link to have an auth_num)
#### SHOWSTOPPER:
BUG-19: show unrated gets all books, looks like ORM is not joining as I expected -- I wonder if it relates to that SAWarning about book id being written in the wrong spot?