Working on file uploads and event files.
This commit is contained in:
@@ -15,6 +15,7 @@ from app.models.organization_models import Organization_Base
|
||||
# from app.models.user_models import User_Base
|
||||
|
||||
|
||||
# ### BEGIN ### API Person Models ### Person_Base() ###
|
||||
class Person_Base(BaseModel):
|
||||
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.debug(locals())
|
||||
@@ -188,5 +189,6 @@ class Person_Base(BaseModel):
|
||||
underscore_attrs_are_private = True
|
||||
allow_population_by_field_name = True
|
||||
fields = base_fields
|
||||
# ### END ### API Person Models ### Person_Base() ###
|
||||
|
||||
Person_Base.update_forward_refs()
|
||||
|
||||
Reference in New Issue
Block a user