CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', # 指定缓存使用的引擎 'LOCATION': 'G:\django_cache', # 指定缓存的 ...
確定! 回上一頁