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

View File

@@ -23,8 +23,7 @@ from flask_login import login_required, current_user
################################################################################
from job import Job, JobExtra, Joblog, NewJob
from path import PathType, Path
from person import Person, PersonRefimgLink
from refimg import Refimg
from person import Refimg, Person, PersonRefimgLink
from settings import Settings
from shared import SymlinkName
from dups import Duplicates