Paul Z
unread,Feb 25, 2016, 8:37:54 AM2/25/16Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi,
I'm new to django, I try to set up a site that can select language automatically.
So, I set as below:
LANGUAGE_CODE = 'en'
TIME_ZONE = 'UTC'
USE_I18N = True
USE_L10N = False
USE_TZ = False
For now, It can select language automatically, But, The question is:
I don't want to it select language in Django Admin Interface, I want to it always display in English.
So, How to?
Thanks
Paul Z