Work on event importing and related

This commit is contained in:
Scott Idem
2021-10-19 21:21:11 -04:00
parent f5f09f0516
commit 53c6c6b51c
8 changed files with 345 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ def load_event_obj(
exclude_unset: bool = True,
model_as_dict: bool = False,
) -> Event_Base|bool:
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
if event_id := redis_lookup_id_random(record_id_random=event_id, table_name='event'): pass
@@ -231,6 +231,7 @@ def load_event_obj(
enabled = enabled,
limit = limit,
inc_event_file_list = inc_event_file_list,
inc_event_location = inc_event_location,
inc_event_presentation_list = inc_event_presentation_list,
inc_event_presenter_cat = inc_event_presenter_cat,
inc_event_presenter_list = inc_event_presenter_list,