Changeset 6588
- Timestamp:
- 10/21/07 14:10:10 (1 year ago)
- Files:
-
- django/trunk/docs/cache.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/cache.txt
r6580 r6588 120 120 121 121 Once you've created that database table, set your ``CACHE_BACKEND`` setting to 122 ``"db://tablename /"``, where ``tablename`` is the name of the database table.123 In this example, the cache table's name is ``my_cache_table``: 122 ``"db://tablename"``, where ``tablename`` is the name of the database table. 123 In this example, the cache table's name is ``my_cache_table``:: 124 124 125 125 CACHE_BACKEND = 'db://my_cache_table'
