Workflow: Triggering Toast notifications

  1.  from apps.core.utils import toast
    
  2.  response = render(request, f'{self.template_name}#table_row', context)
     return toast(response, 'Done!')