django get current date

Import the datetime module. Then use the datetime.today() method to get the current date. Finally, use the strftime() method to format the date as needed.