摘要: 1、连接redis settings.py文件增加配置 1 CACHES = { 2 "default": { 3 "BACKEND": "django_redis.cache.RedisCache", 4 "LOCATION": "redis://127.0.0.1:6379/1", 5 "OPT 阅读全文
posted @ 2020-09-13 23:38 tour8 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 1、https://nodejs.org/en/,下载Node.js,安装 2、升级npm:npm -g install npm cnpm,即 npm 的国内镜像,安装 cnpm 的命令为 :npm install -g cnpm --registry=https://registry.npm.ta 阅读全文
posted @ 2020-09-13 23:35 tour8 阅读(88) 评论(0) 推荐(0) 编辑