more changes

This commit is contained in:
Herculino Trotta
2024-10-13 12:10:50 -03:00
parent 1717d8a94e
commit d20897a28a
33 changed files with 1552 additions and 153 deletions
+1
View File
@@ -41,5 +41,6 @@ urlpatterns = [
path("", include("apps.accounts.urls")),
path("", include("apps.net_worth.urls")),
path("", include("apps.monthly_overview.urls")),
path("", include("apps.yearly_overview.urls")),
path("", include("apps.currencies.urls")),
]