feat: add api

This commit is contained in:
Herculino Trotta
2024-10-09 22:29:13 -03:00
parent 4b6af9de16
commit d90baaa364
+2
View File
@@ -62,8 +62,10 @@ INSTALLED_APPS = [
"apps.accounts.apps.AccountsConfig", "apps.accounts.apps.AccountsConfig",
"apps.common.apps.CommonConfig", "apps.common.apps.CommonConfig",
"apps.net_worth.apps.NetWorthConfig", "apps.net_worth.apps.NetWorthConfig",
"apps.api.apps.ApiConfig",
"cachalot", "cachalot",
"rest_framework", "rest_framework",
"drf_spectacular",
] ]
MIDDLEWARE = [ MIDDLEWARE = [