moved class Refimg to person, and ditched all other routes/direct access to ref images, they are only a part of Person in UI now

This commit is contained in:
2021-07-05 16:51:44 +10:00
parent aabf4b2c8f
commit 2e06c0b285
6 changed files with 12 additions and 133 deletions

3
ai.py
View File

@@ -6,8 +6,7 @@ from sqlalchemy import Sequence
from sqlalchemy.exc import SQLAlchemyError
from status import st, Status
from files import Entry, File
from person import Person, PersonRefimgLink
from refimg import Refimg
from person import Refimg, Person, PersonRefimgLink
from flask_login import login_required, current_user
from job import Job, JobExtra, Joblog, NewJob