Open AnkitKundariya opened 1 month ago
https://github.com/rq/django-rq/blob/v2.10.1/django_rq/templates/django_rq/job_detail.html#L226
Changing <label>Created at: {{ result.Type }}</label>
to <label>Created at: {{ result.type}}</label>
will fix this issues.
Hello Team,
Recently I have faced and
TypeError
on Dajngo-rq Admin panel.console log.