now have a Person class & associated CReate/Update/Delete functions, and menu in base.html
This commit is contained in:
1
main.py
1
main.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user