first pass of import logging, its not being used, data is in real tables, but faked. will probably have to switch to gunicorn and threading to allow import and serving pages when we use slower AI routines

This commit is contained in:
2021-01-14 00:15:54 +11:00
parent e9137c91fa
commit 3684f279e4
7 changed files with 145 additions and 2 deletions

View File

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