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