General clean up of models and methods.
This commit is contained in:
@@ -8,11 +8,11 @@ from ..db_sql import redis_lookup_id_random
|
||||
from ..lib_general import *
|
||||
|
||||
from .common_field_schema import base_fields, default_num_bytes
|
||||
from .address_model import Address_Base
|
||||
from .contact_model import Contact_Base
|
||||
from .organization_model import Organization_Base
|
||||
from .person_model import Person_Base
|
||||
from .user_model import User_Base
|
||||
from .address_models import Address_Base
|
||||
from .contact_models import Contact_Base
|
||||
from .organization_models import Organization_Base
|
||||
from .person_models import Person_Base
|
||||
from .user_models import User_Base
|
||||
|
||||
|
||||
class Membership_Cfg_Base(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user