Drop caching_config from plugin configuration

This commit is contained in:
jeremystretch
2021-07-07 17:04:21 -04:00
parent 9c247d9a19
commit f683f0786e
5 changed files with 3 additions and 50 deletions

View File

@@ -47,11 +47,6 @@ class PluginConfig(AppConfig):
# Middleware classes provided by the plugin
middleware = []
# Cacheops configuration. Cache all operations by default.
caching_config = {
'*': {'ops': 'all'},
}
# Default integration paths. Plugin authors can override these to customize the paths to
# integrated components.
template_extensions = 'template_content.template_extensions'