Koed00/django-rq-jobs

get_task_display() method is not defined

Closed this issue · 1 comments

You are calling this method when you want to print your queue details to stdout, but you didn't define that on your Job model. Hope you will fix it.Thank you.

It was my mistake, I forgot to decorate @job for the tasks. So the empty choice list on "task" field was unable to use get_task_display().