Closed nemesifier closed 4 years ago
@nemesisdesign I want to work on this issue.
You can go ahead @codesankalp
Thannnks @NoumbissiValere
@NoumbissiValere @nemesisdesign where should i add verbose_name for this issue?
@codesankalp you will need to make verbose_name of Device model configurable. The place to add verbose_name is Meta class of Device model. Please refer to Django's documentation to learn more about verbose_name and other Meta options if you are in doubt.
You can take a look at implementation of other configurable settings like HARDWARE_ID_OPTIONS
for reference.
This is what I understand from the issue description, I hope @nemesisdesign meant the same, :smile:
Thanks @pandafy for help :+1:
In some cases, openwisp controller is used in specialized use cases, (Lora Gateways, WiFi hotspots, Routers), in these cases users prefer to use a more specialized word rather than the generic device. We can easily accommodate this by making the
verbose_name
ofDevice
configurable.