摘要: django的缓存机制 缓存在哪? 文件缓存 数据库缓存 缓存的位置配置 CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', #指定缓存使用的引擎 'LOCATION': 阅读全文
posted @ 2021-07-09 17:18 不想拖累他人 阅读(109) 评论(0) 推荐(0)