Work on better way to update objects. A lot of work! Also a lot of clean up.
This commit is contained in:
@@ -7,9 +7,9 @@ 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
|
||||
|
||||
from .common_field_schema import base_fields, default_num_bytes
|
||||
#from .account_models import Account_Base
|
||||
from .address_models import Address_Base
|
||||
from app.models.common_field_schema import base_fields, default_num_bytes
|
||||
# from app.models.account_models import Account_Base
|
||||
from app.models.address_models import Address_Base
|
||||
|
||||
|
||||
class Contact_Base(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user