changed Photo class and DB table to be Files, also reflected through templates/files* - files.html is not used yet

This commit is contained in:
2021-01-11 11:00:31 +11:00
parent e0400ff321
commit ccc8085aaf
5 changed files with 42 additions and 16 deletions

View File

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