mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-05-27 09:59:25 +02:00
feat(insights): new year by year insight
This commit is contained in:
@@ -49,4 +49,9 @@ urlpatterns = [
|
||||
views.emergency_fund,
|
||||
name="insights_emergency_fund",
|
||||
),
|
||||
path(
|
||||
"insights/year-by-year/",
|
||||
views.year_by_year,
|
||||
name="insights_year_by_year",
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user