refactor(); project refactor
This commit is contained in:
@@ -41,7 +41,9 @@ class NotificationChannel(BaseModel):
|
||||
default=dict,
|
||||
blank=True,
|
||||
verbose_name=_("configuration"),
|
||||
help_text=_("Provider-specific settings (tokens, chat IDs, SMTP host, etc.)"),
|
||||
help_text=_(
|
||||
"Provider-specific settings (tokens, chat IDs, SMTP host, etc.)"
|
||||
),
|
||||
)
|
||||
is_active = models.BooleanField(
|
||||
default=True,
|
||||
|
||||
Reference in New Issue
Block a user