Reputation: 43
I want to manage(such as Change the default language) the country region details of in my Django website. Does anyone have a best way to do that?
Upvotes: 0
Views: 44
Reputation: 3860
There is no built-in way in Django to achieve that. See adamcharnock/django-tz-detect
. The project is maintained well, still active and has an easy-to-understand documentation.
Upvotes: 1