django-cachebot 0.4.1

Django的cachebot是一個Django應用程序,提供自動緩存和失效。安裝  1。 easy_install的Django的cachebot或PIP安裝Django,cachebot  2。 新增cachebot到您的INSTALLED_APPS  3。 設置緩存後端到後端的cachebots.backends,比如之一:  CACHE_BACKEND...