Commit Graph

15 Commits

Author SHA1 Message Date
4e8bda4134 move parent[] to parent as the array was never needed, removed some dead code, clarified another example of new BUG-46 2023-07-08 15:10:38 +10:00
99b4239633 forgot newer sql alchemy needs separation .join() per table 2023-07-04 23:08:23 +10:00
1e7a47f43e allow Edit Author to show list of books for author 2023-07-04 23:00:39 +10:00
021bf91e16 remove .format() and get all updates to have crrect content 2022-07-03 20:38:33 +10:00
c29f73f8ab make all this have a login page, use ldap, put a logo on, moved some upstream stuff to static/ -- need to do more here to be consistent with bootstrap 5, but for another day 2022-06-19 22:45:54 +10:00
150b808bb5 completed: TODO-26 --> gunicorn now works 2021-01-09 23:42:51 +11:00
0ae4019a1a handle DB errors 2020-12-31 11:31:15 +11:00
39e3838336 can now create/update/delete authors (base.html, using edit*.html, and authors.html) 2020-12-05 19:27:13 +11:00
fc12536a83 reordered add button to be consistent with author and publisher, then allowed author to be a drop-down with a + or - button as appropriate 2020-11-22 12:02:01 +11:00
28d67be19e removed debugs 2020-11-18 19:51:30 +11:00
5f46636298 created generic id_name_form.html and made condition, covertype, genre, owned, publisher & rating use it for single edit page 2020-11-18 12:09:02 +11:00
ff749dfdf5 put ordering into Author object so fields render as surname before firstname 2020-11-16 00:01:33 +11:00
3831c0a03b pulled apart main to make a self-contained author.py... Weird use of importing from __main__ rather than main.py, and ordering the import to after the db object was created seems to be the secret sauce 2020-11-14 15:03:37 +11:00
3f7fa18253 added delete button to form 2020-11-14 12:07:36 +11:00
db47770720 now using wtforms for fields, formatting is still not right with bootstrap4, but it will have to do 2020-11-13 17:07:02 +11:00