摘要:
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 阅读全文
摘要:
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 阅读全文