Remove extraneous plugin config

This commit is contained in:
Jeremy Stretch 2020-04-06 11:51:03 -04:00
parent 9ffc404027
commit 76230cad53

View File

@ -18,10 +18,6 @@ PLUGINS = [
'extras.tests.dummy_plugin',
]
PLUGINS_CONFIG = {
'foo': True,
}
REDIS = {
'tasks': {
'HOST': 'localhost',