Remove unused cms config from base.py

This commit is contained in:
M.Ravi 2017-10-18 23:29:57 +02:00
parent db45597e4e
commit 38330d562c
1 changed files with 0 additions and 9 deletions

View File

@ -321,15 +321,6 @@ CMS_PLACEHOLDER_CONF = {
},
]
},
'glasfaser_services': {
'name': "Services",
'plugins': ['GlasfaserServicesPlugin'],
'default_plugins': [
{
'plugin_type': 'GlasfaserServicesPlugin',
},
]
},
}
CACHES = {