How to change the default Django date template format

0 votes
I have dates in ISO 8601 format in the database, %Y-%m-%d. However, when the date is passed on to the template, it comes out as something like Oct. 16, 2011.

Is there a way that I can manipulate the format to whatever I want?
Aug 7, 2020 in Python by kartik
• 37,510 points
3,866 views