display graphs for exchange rates

This commit is contained in:
2021-01-24 21:56:14 +01:00
parent d0f3c18eec
commit 6cfffd99c5
8 changed files with 215 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@ urlpatterns = [
path('', core_views.home),
path('home/', core_views.home),
path('monitor/', monitor_views.monitor),
path('graph/', monitor_views.graph),
path('transactions/add', tr_views.add),
path('transactions/show', tr_views.show),
path('transactions/edit/<int:id>', tr_views.edit),