Add user_data.js

Script will be used to obtain data from server for D3 consumption.
This commit is contained in:
Chris Shyi
2018-06-04 09:38:38 -04:00
parent f52e88f83a
commit e5151a1b92
2 changed files with 1 additions and 0 deletions

View 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>