Setup new page for user history

This commit is contained in:
2018-11-06 12:19:28 -05:00
parent a399960a49
commit b4ffddb24d
6 changed files with 43 additions and 6 deletions

View File

@@ -10,4 +10,6 @@ urlpatterns = [
name='display_genre_graph'),
path('audio_features/<str:user_secret>', display_features_graphs,
name='display_audio_features'),
path('history/<str:user_secret>', display_history_table,
name='display_history_table'),
]