feat: add import app boilerplate

This commit is contained in:
Herculino Trotta
2025-01-16 14:09:33 -03:00
parent f7c3a2f320
commit 8992cd98b5
8 changed files with 19 additions and 0 deletions
+1
View File
@@ -64,6 +64,7 @@ INSTALLED_APPS = [
"apps.accounts.apps.AccountsConfig",
"apps.common.apps.CommonConfig",
"apps.net_worth.apps.NetWorthConfig",
"apps.import.apps.ImportConfig",
"apps.api.apps.ApiConfig",
"cachalot",
"rest_framework",