django-celery-results icon indicating copy to clipboard operation
django-celery-results copied to clipboard

Display the seconds of the datetime fields in the django admin

Open joachimBurket opened this issue 1 year ago • 0 comments

It can sometimes be useful to know the Created DateTime and Completed DateTime of a task with seconds precision.

A possible solution would be to override the field date_created and date_done in the admin.py file by a method that formats the datetime with the seconds.

joachimBurket avatar Jul 26 '23 09:07 joachimBurket