一、国际化
LANGUAGE_CODE = 'zh-hans' TIME_ZONE = 'Asia/ShangHai' USE_I18N = True USE_L10N = True USE_TZ = False
二、国内镜像源
1.阿里云:https://mirrors.aliyun.com/pypi/simple/
2.豆瓣:https://pypi.douban.com/simple/
3.清华大学:https://pypi.tuna.tsinghua.edu.cn/simple/
4.中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
5.华中理工大学:http://pypi.hustunique.com/
6.山东理工大学:http://pypi.sdutlinux.org/
# 利用镜像源快速安装第三方库 pip3 install 库 -i 国内源
原创文章,作者:1402239773,如若转载,请注明出处:https://blog.ytso.com/245157.html