diff --git a/dynamicweb/settings/base.py b/dynamicweb/settings/base.py index e81d8080..48a2399f 100644 --- a/dynamicweb/settings/base.py +++ b/dynamicweb/settings/base.py @@ -321,15 +321,6 @@ CMS_PLACEHOLDER_CONF = { }, ] }, - 'glasfaser_services': { - 'name': "Services", - 'plugins': ['GlasfaserServicesPlugin'], - 'default_plugins': [ - { - 'plugin_type': 'GlasfaserServicesPlugin', - }, - ] - }, } CACHES = {