Add user_data.js
Script will be used to obtain data from server for D3 consumption.
This commit is contained in:
0
spotifyvis/static/spotifyvis/scripts/user_data.js
Normal file
0
spotifyvis/static/spotifyvis/scripts/user_data.js
Normal file
@@ -16,5 +16,6 @@
|
|||||||
<![endif]-->
|
<![endif]-->
|
||||||
<h1>Logged in as {{ id }}</h1>
|
<h1>Logged in as {{ id }}</h1>
|
||||||
<h2>Display name {{ user_name }}</h2>
|
<h2>Display name {{ user_name }}</h2>
|
||||||
|
<script src="{% static 'spotifyvis/scripts/user_data.js' %}"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user