Work on better way to update objects. A lot of work! Also a lot of clean up.
This commit is contained in:
@@ -7,13 +7,12 @@ from pydantic import BaseModel, EmailStr, Field, Json, PrivateAttr, ValidationEr
|
||||
from app.db_sql import redis_lookup_id_random
|
||||
from app.lib_general import log, logging, secure_hash_string
|
||||
|
||||
from .common_field_schema import base_fields, default_num_bytes
|
||||
|
||||
#from .account_models import Account_Base
|
||||
from .contact_models import Contact_Base
|
||||
from .organization_models import Organization_Base
|
||||
#from .person_models import Person_Base # Causes circular import
|
||||
from .user_role_models import User_Role_Base
|
||||
from app.models.common_field_schema import base_fields, default_num_bytes
|
||||
# from app.models.account_models import Account_Base
|
||||
from app.models.contact_models import Contact_Base
|
||||
from app.models.organization_models import Organization_Base
|
||||
# from app.models.person_models import Person_Base # Causes circular import
|
||||
from app.models.user_role_models import User_Role_Base
|
||||
|
||||
|
||||
# ### BEGIN ### API User Models ### User_New_Base() ###
|
||||
|
||||
Reference in New Issue
Block a user