转自 https://blog.csdn.net/scissors0707/article/details/79042458 Django国际化 所谓的国际化,是指使用不同语言的用户在访问同一个网站页面时能够看到符合其自身语言的文本页面. 设置setting.py # system time zone. TIME_ZONE = 'UTC' # Language code for this installation. All choices can be found here: # http://…