Unify api serializers (#16)
This commit is contained in:
@@ -4,14 +4,15 @@ from extras.plugins import PluginConfig
|
||||
class SLMConfig(PluginConfig):
|
||||
name = 'netbox_slm'
|
||||
verbose_name = 'Software Lifecycle Management'
|
||||
description = 'Software Lifecycle Management'
|
||||
version = '1.2'
|
||||
author = 'Hedde van der Heide'
|
||||
author_email = 'hedde.vanderheide@ictu.nl'
|
||||
description = 'Software Lifecycle Management Netbox Plugin.'
|
||||
version = '1.3'
|
||||
author = 'ICTU'
|
||||
author_email = 'open-source-projects@ictu.nl'
|
||||
base_url = 'slm'
|
||||
required_settings = []
|
||||
default_settings = {
|
||||
'version_info': False
|
||||
}
|
||||
|
||||
|
||||
config = SLMConfig
|
||||
|
||||
Reference in New Issue
Block a user