摘要: 1 缓存的类型 1.1 数据库缓存 CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.db.DatabaseCache', 'LOCATION': 'my_cache_table', 1.2 文件缓存 CACHES = { 阅读全文
posted @ 2022-07-23 12:41 mress 阅读(78) 评论(0) 推荐(0)