This is the way the class appears at the time of this writing:
class FcmDjangoConfig(AppConfig):
name = 'fcm_django'
verbose_name = _('FCM Django')
Are you willing to make verbose_name configurable? I'm working on a project where the site owner would prefer to have it named "Firebase Cloud Messaging" instead.
This is the way the class appears at the time of this writing:
Are you willing to make
verbose_name
configurable? I'm working on a project where the site owner would prefer to have it named "Firebase Cloud Messaging" instead.