feat(projects): add projects app's basic structure and endpoints
This commit is contained in:
@@ -42,6 +42,7 @@ LOCAL_APPS = [
|
||||
"apps.users",
|
||||
"apps.workspaces",
|
||||
"apps.clients",
|
||||
"apps.projects",
|
||||
]
|
||||
|
||||
INSTALLED_APPS = DJANGO_APPS + THIRD_PARTY_APPS + LOCAL_APPS
|
||||
|
||||
Reference in New Issue
Block a user