changed files table to file to be consistent with other tables in the db

This commit is contained in:
2021-01-14 21:58:20 +11:00
parent 348c9132f2
commit a93f9e1da8
3 changed files with 11 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ Bootstrap(app)
################################# Now, import non-book classes ###################################
from settings import Settings
from files import Files
from files import File
from person import Person
from refimg import Refimg
from job import Job