Django - Caching
You want to configure Django to use a database table named
my_cache_table for caching. Which is the correct CACHES setting to achieve this?my_cache_table for caching. Which is the correct CACHES setting to achieve this?DatabaseCache.LOCATION must be the name of the database table, here my_cache_table.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions