# # ChangeLog for templates/list.html # # Generated by Trac 1.6 # 05/29/25 08:03:22 Thu, 01 May 2025 10:32:20 GMT ManuelTrajcev [4abe330] * music/__pycache__/views.cpython-312.pyc (modified) * music/views.py (modified) * music/views/rank_list_artists.sql (modified) * templates/avg_price_per_artist.html (modified) * templates/avg_track_duration.html (modified) * templates/genres_per_customer.html (modified) * templates/invoices_per_customer_after_date.html (modified) * templates/list.html (modified) * templates/media_type_percentage.html (modified) * templates/most_listened_genre_per_customer.html (modified) * templates/rank_list_artists.html (modified) * templates/rank_list_most_active_customers.html (modified) * templates/sidebar.html (added) * templates/track_count_per_genre.html (modified) rank_list_artists view update + bootstrap styling Sat, 26 Apr 2025 06:25:45 GMT ManuelTrajcev [0e077ef] * .idea/sqldialects.xml (modified) * .idea/vcs.xml (added) * music/__pycache__/models.cpython-312.pyc (modified) * music/__pycache__/urls.cpython-312.pyc (modified) * music/__pycache__/views.cpython-312.pyc (modified) * music/models.py (modified) * music/tests.py (modified) * music/urls.py (modified) * music/views.py (modified) * music/views/avg_song_duration_per_artist.sql (added) * music/views/rang_list_most_active_customers_view.sql (added) * templates/avg_track_duration.html (added) * templates/list.html (moved) * templates/rank_list_most_active_customers.html (added) 2 views wtih controllers and templates added