Browse Source
Fix genre graph not displaying
Fix genre graph not displaying
- take top genres/artists for graphs - improve graphs' appearance - update pip packagesmaster
Kevin Mok
6 years ago
7 changed files with 226 additions and 215 deletions
-
10api/utils.py
-
29api/views.py
-
27graphs/static/graphs/scripts/genre_graph.js
-
8graphs/templates/graphs/genre_graph.html
-
49requirements.txt
-
2update-history.sh
@ -1,40 +1,37 @@ |
|||||
astroid==2.0.4 |
|
||||
certifi==2018.10.15 |
|
||||
|
astroid==2.2.4 |
||||
|
certifi==2018.11.29 |
||||
chardet==3.0.4 |
chardet==3.0.4 |
||||
Django==2.1.3 |
|
||||
django-appconf==1.0.2 |
|
||||
|
defusedxml==0.5.0 |
||||
|
Django==2.1.7 |
||||
|
django-appconf==1.0.3 |
||||
django-compressor==2.2 |
django-compressor==2.2 |
||||
django-crispy-forms==1.7.2 |
django-crispy-forms==1.7.2 |
||||
django-filter==2.0.0 |
|
||||
|
django-filter==2.1.0 |
||||
django-sass-processor==0.7.2 |
django-sass-processor==0.7.2 |
||||
django-tables2==2.0.3 |
|
||||
djangorestframework==3.9.0 |
|
||||
docopt==0.6.2 |
|
||||
|
django-tables2==2.0.5 |
||||
|
djangorestframework==3.9.2 |
||||
et-xmlfile==1.0.1 |
et-xmlfile==1.0.1 |
||||
idna==2.7 |
|
||||
isort==4.3.4 |
|
||||
|
idna==2.8 |
||||
|
isort==4.3.12 |
||||
jdcal==1.4 |
jdcal==1.4 |
||||
lazy-object-proxy==1.3.1 |
lazy-object-proxy==1.3.1 |
||||
libsass==0.16.0 |
|
||||
|
libsass==0.17.0 |
||||
mccabe==0.6.1 |
mccabe==0.6.1 |
||||
odfpy==1.3.6 |
|
||||
openpyxl==2.5.10 |
|
||||
pkg-resources==0.0.0 |
|
||||
psycopg2==2.7.6.1 |
|
||||
psycopg2-binary==2.7.6.1 |
|
||||
pylint==2.1.1 |
|
||||
python-dateutil==2.7.5 |
|
||||
pytz==2018.7 |
|
||||
|
odfpy==1.4.0 |
||||
|
openpyxl==2.6.1 |
||||
|
psycopg2-binary==2.7.7 |
||||
|
pylint==2.3.1 |
||||
|
python-dateutil==2.8.0 |
||||
|
pytz==2018.9 |
||||
PyYAML==3.13 |
PyYAML==3.13 |
||||
rcssmin==1.0.6 |
rcssmin==1.0.6 |
||||
requests==2.20.1 |
|
||||
rjsmin==1.0.12 |
|
||||
six==1.11.0 |
|
||||
|
requests==2.21.0 |
||||
|
rjsmin==1.1.0 |
||||
|
six==1.12.0 |
||||
tablib==0.12.1 |
tablib==0.12.1 |
||||
typed-ast==1.1.0 |
|
||||
|
typed-ast==1.3.1 |
||||
unicodecsv==0.14.1 |
unicodecsv==0.14.1 |
||||
urllib3==1.24.1 |
urllib3==1.24.1 |
||||
wrapt==1.10.11 |
|
||||
xlrd==1.1.0 |
|
||||
|
wrapt==1.11.1 |
||||
|
xlrd==1.2.0 |
||||
xlwt==1.3.0 |
xlwt==1.3.0 |
||||
yarg==0.1.9 |
|
@ -1 +1,3 @@ |
|||||
|
#!/bin/bash |
||||
|
|
||||
/home/kevin/coding/spotify-lib-vis/bin/python /home/kevin/coding/spotify-lib-vis/src/manage.py update-history >> /home/kevin/coding/spotify-lib-vis/src/api/management/commands/update-history.log |
/home/kevin/coding/spotify-lib-vis/bin/python /home/kevin/coding/spotify-lib-vis/src/manage.py update-history >> /home/kevin/coding/spotify-lib-vis/src/api/management/commands/update-history.log |
Write
Preview
Loading…
Cancel
Save
Reference in new issue