simple
-
【python】pip默认源更换为清华镜像
临时更换 pip install package -i https://pypi.tuna.tsinghua.edu.cn/simple 永久使用 pip config set g…
-
配置pip源
永久安装源 windows “”” 1、文件管理器文件路径地址栏敲:%APPDATA% 回车,快速进入 C:/Users/电脑用户/AppData/Roaming 文件夹中 2、新…
-
12_09、一些常用配置
一、国际化 LANGUAGE_CODE = ‘zh-hans’ TIME_ZONE = ‘Asia/ShangHai’ USE_I18N = True USE_L10N = Tru…