django-celery-results
django-celery-results copied to clipboard
Display the seconds of the datetime fields in the django admin
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.