Note: This document is a personal note where I add the unsaid coding conventions of the OpenWISP community. I usually find these while reviewing PRs of new contributors. Some of these are not hard rules but mere preferences, while some are the best practices adopted by the Python/Django community.
Any setting which is related to an OpenWISP module should not be accessed from the django.conf.settings
object.
Rather, it should be accessed by importing the settings file from the module.