Removed test_db.js
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
d3.json("{% url "get_artist_data", user_id %}").then(function(error, data) {
|
|
||||||
data.forEach(function(d) {
|
|
||||||
console.log(d.name, d.num_songs);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
Reference in New Issue
Block a user