Commit Graph

13 Commits

Author SHA1 Message Date
dan
dd2948bc56 Changes to lookup method and added lookup barcode. 2021-06-12 14:17:58 -04:00
dan
9570b10f9d Shortened code for check in/out. Swapped key/item values in barcode dictionary. 2021-06-10 01:32:05 -04:00
dan
135a1c474b Added try/except so paths work on windows and linux. 2021-06-10 01:11:41 -04:00
dan
6fbb5a9dd3 Getting error with barcodes. Might be due to different slashes in paths on linux. Trying. 2021-06-10 01:06:12 -04:00
dan
4431f4836e Added logic to generate barcodes and generate a PDF with them all. Included free barcode fonts. Also added gitignore file. 2021-06-10 00:48:01 -04:00
dan
3ecdd3a4f3 Added static file stuff. 2021-06-09 22:01:11 -04:00
dan
58382d6a6c Added pool_recycle to create_engine. Added logic to add shelves. 2021-06-09 16:12:51 -04:00
dan
041fc7cb0b Turned off Connect() sqlaclehmy method. This seemd to be causing the db connection to timeout. From what I understand not opening the connection and leaving it open will allow the connection to establish itself the first time a query is called. Hopefully eliminating the timeout issue. 2021-06-09 13:17:05 -04:00
dan
4d117ca4ac Started adding database logic. Can now add book to shelf and get list of books that are checked in. 2021-06-08 10:45:44 -04:00
dan
2182d31c92 can read from html forms now. Added simple html page to submit isbn to lookup. 2021-06-07 11:02:10 -04:00
dan
9bc6c6e9b5 Fixed isbn lookup provider 2021-06-07 02:38:10 -04:00
dan
5a2f4da937 Started on framework for library api. Can now look up book title by isbn. Also added test.py to experiment with the isbn lookup stuff. 2021-06-07 02:31:54 -04:00
dan
0aae59b0df Initial commit 2021-06-07 00:49:52 -04:00