feat: add start_page user config

This commit is contained in:
Herculino Trotta
2024-10-21 00:02:57 -03:00
parent 2b5011071f
commit 2b1fdd49e5
7 changed files with 45 additions and 3 deletions
-1
View File
@@ -4,7 +4,6 @@ from . import views
urlpatterns = [
path("monthly/", views.index, name="monthly_index"),
path("", views.index, name="monthly_index"),
path(
"monthly/<int:month>/<int:year>/transactions/list/",
views.transactions_list,