renamed importlog* to job* -- in db, python and html

This commit is contained in:
2021-01-14 21:47:12 +11:00
parent 4df3274624
commit e884accd0a
5 changed files with 21 additions and 21 deletions

View File

@@ -31,7 +31,7 @@ from settings import Settings
from files import Files
from person import Person
from refimg import Refimg
from importlog import Importlog
from job import Job
from ai import *
####################################### CLASSES / DB model #######################################