www
www copied to clipboard
Review time zone and language code in settings
Time zone and language code are currently set to Europe/London
and en-gb
respectively.
>>> from django.conf import settings
>>> settings.TIME_ZONE
'Europe/London'
>>> settings.USE_TZ
True
>>> settings.LANGUAGE_CODE
'en-gb'