now have a Person class & associated CReate/Update/Delete functions, and menu in base.html

This commit is contained in:
2021-01-12 21:51:33 +11:00
parent 2c170e2a9c
commit a3a95f636e
5 changed files with 168 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ Bootstrap(app)
################################# Now, import non-book classes ###################################
from settings import Settings
from files import Files
from person import Person
####################################### GLOBALS #######################################
# allow jinja2 to call these python functions directly