Add to installed apps, add to meta

This commit is contained in:
shamoon
2025-09-12 13:13:29 -07:00
parent 6ff0180313
commit 867db273b9
2 changed files with 2 additions and 1 deletions

View File

@@ -112,7 +112,7 @@ class Tag(MatchingModel, TreeNodeModel):
),
)
class Meta(MatchingModel.Meta):
class Meta(MatchingModel.Meta, TreeNodeModel.Meta):
verbose_name = _("tag")
verbose_name_plural = _("tags")

View File

@@ -334,6 +334,7 @@ INSTALLED_APPS = [
"allauth.mfa",
"drf_spectacular",
"drf_spectacular_sidecar",
"treenode",
*env_apps,
]