refactor(); project refactor

This commit is contained in:
ITQ
2026-02-23 11:46:52 +03:00
parent 85923f11fc
commit ca0c456862
16 changed files with 198 additions and 194 deletions
+3 -1
View File
@@ -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,