I am working on displaying a post in django and currently to display when the post was created, I am using {{ instance.post_created }}
.
I was wondering if there was anyway I could get it to say "2 days ago"
if the post was made on the 28th of Jan
and the person was viewing it on the 30th of Jan
as an example.