General clean up of models and methods.
This commit is contained in:
@@ -7,12 +7,12 @@ from pydantic import BaseModel, EmailStr, Field, PrivateAttr, ValidationError, v
|
||||
from ..lib_general import *
|
||||
from ..db_sql import redis_lookup_id_random, sql_select
|
||||
|
||||
#from .address_model import Address_Base
|
||||
#from .contact_model import Contact_Base
|
||||
#from .address_models import Address_Base
|
||||
#from .contact_models import Contact_Base
|
||||
from ..models.membership_models import Membership_Base
|
||||
#from .organization_model import Organization_Base
|
||||
#from .person_model import Person_Base
|
||||
#from .user_model import User_Base
|
||||
#from .organization_models import Organization_Base
|
||||
#from .person_models import Person_Base
|
||||
#from .user_models import User_Base
|
||||
|
||||
|
||||
# ### BEGIN ### API Membership Methods ### save_membership_obj() ###
|
||||
|
||||
Reference in New Issue
Block a user