Copied Chris' code to get genre graph working

This commit is contained in:
2018-11-07 00:14:45 -05:00
parent d15717490d
commit df62fc21ee
4 changed files with 4 additions and 16 deletions

View File

@@ -10,8 +10,5 @@ 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'),
# path('history/', display_history_table, name='display_history_table'),
path('history/', HistoryList.as_view(), name='display_history_table'),
]