feat(time_entries): add time_entries app's basic structure and endpoints

This commit is contained in:
2026-03-11 19:46:45 +08:00
parent 4d66293804
commit 720adbe8a3
11 changed files with 490 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from django.apps import AppConfig
class TimeEntriesConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "apps.time_entries"
verbose_name = "Time Entries"