Django Book 翻译
菜单>:
TOC
返回
原文:
Once youve created that database table, set your ``CACHE_BACKEND`` setting to ``"db://tablename"`` , where ``tablename`` is the name of the database table. In this example, the cache tables name is ``my_cache_table`` :
翻译:
一旦你创建了数据库表,设置你的CACHE_BACKEND设置为"db://tablename",这里的tablename是数据库表的名字,在这个例子中,缓存表名为my_cache_table:
备注:
译者: