Hi,
I changed my settings.py file like so but nothing happened after I restarted the server "$ python manage.py runserver".
USE_L10N = False
FORMAT_MODULE_PATH = 'config.locale'
So I then followed this tutorial by creating some extra folders and files.
And copying his formats.py file to "~/Django/mysite/mysite/config/locale/en/formats.py".
But I still don't see any difference in my admin history page, what else can I try?
Because when I add a new Poll then the date and time information is how I want it which looked like that by default when following the official Django tutorial.
Date: 2013-05-24
Time 14:18:46
But when I click on the History button then Date/time looks american using a.m/p.m time format. I want my history page to use the same Date/Time format like on the previous page.
May 24, 2013, 2:18 p.m.
Also all the multiple Time format options in the formats.py file confuses me, file was taken from the tutorial from Epicserve.com blogger.