Improving the CRUD functions and other clean up.
This commit is contained in:
@@ -14,9 +14,9 @@ class Archive_Content_Base(BaseModel):
|
||||
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.debug(locals())
|
||||
|
||||
def testing(test_var=None):
|
||||
log.debug(test_var)
|
||||
return test_var
|
||||
# def testing(test_var=None):
|
||||
# log.debug(test_var)
|
||||
# return test_var
|
||||
|
||||
id_random: Optional[str] = Field(
|
||||
# **base_fields['archive_content_id_random'],
|
||||
|
||||
Reference in New Issue
Block a user