feat: add api

This commit is contained in:
Herculino Trotta
2024-10-09 22:29:13 -03:00
parent 4b6af9de16
commit d90baaa364

View File

@@ -62,8 +62,10 @@ INSTALLED_APPS = [
"apps.accounts.apps.AccountsConfig",
"apps.common.apps.CommonConfig",
"apps.net_worth.apps.NetWorthConfig",
"apps.api.apps.ApiConfig",
"cachalot",
"rest_framework",
"drf_spectacular",
]
MIDDLEWARE = [