You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It can sometimes be useful to know the
Created DateTime
andCompleted DateTime
of a task with seconds precision.A possible solution would be to override the field
date_created
anddate_done
in theadmin.py
file by a method that formats the datetime with the seconds.The text was updated successfully, but these errors were encountered: