feat(tags): add tags app's basic structure and endpoint

This commit is contained in:
2026-03-11 19:17:20 +08:00
parent 7152ab9aca
commit 4d66293804
10 changed files with 265 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ LOCAL_APPS = [
"apps.workspaces",
"apps.clients",
"apps.projects",
"apps.tags",
]
INSTALLED_APPS = DJANGO_APPS + THIRD_PARTY_APPS + LOCAL_APPS