In case of some plugin configuration settings that expect lists, a misconfiguration is only detected at runtime, yielding a "500 Internal Server Error" type exception.
This PR adds basic validation at start time, making NetBox startup fail if there is a misconfigured setting that would lead to such an error.
fixes #463
In case of some plugin configuration settings that expect lists, a misconfiguration is only detected at runtime, yielding a "500 Internal Server Error" type exception.
This PR adds basic validation at start time, making NetBox startup fail if there is a misconfigured setting that would lead to such an error.