feat(time_entries): add time_entries app's basic structure and endpoints
This commit is contained in:
7
apps/time_entries/apps.py
Normal file
7
apps/time_entries/apps.py
Normal 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"
|
||||
Reference in New Issue
Block a user