|
|
79a41b4f0e
|
split out old books into book and books.html, all *.html now using extends and {% block %} in jinja2. So navbar is now present in all URLs
|
2020-11-14 12:09:35 +11:00 |
|
|
|
b885bf30e4
|
now using jinja2 block / template, rather than jscript to fill content
|
2020-11-14 11:20:52 +11:00 |
|
|
|
77fd5619f6
|
now using wtforms for fields, formatting is still not right with bootstrap4, but it will have to do
|
2020-11-13 17:07:15 +11:00 |
|
|
|
a4dca1dbf5
|
updated README to reflect next steps (will use flask-wtf and flask-boostrap), but proof-of-concept author/<id> works to save to database with a form / POST
|
2020-11-11 19:23:48 +11:00 |
|
|
|
a51db7c9e4
|
initial commit of book library in python with sqlalchemy (as an ORM), flask (for the web server) and jinja2 (as the web template front-end bit)
|
2020-11-03 18:29:41 +11:00 |
|