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:
2
main.py
2
main.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user