1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Merge branch 'feature' into 6651-plugins-rq-queues

This commit is contained in:
Jeremy Stretch
2021-07-09 08:43:39 -04:00
committed by GitHub
1291 changed files with 35163 additions and 183711 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'},
}
# Django-rq queues dedicated to the plugin
queues = []