areski / django-nvd3

Django wrapper for nvd3 - It's time for beautiful charts
Other
417 stars 124 forks source link

GET /static/nvd3/build/nv.d3.min.css HTTP/1.1" 404 #88

Closed ShubhamRaiGit closed 5 months ago

ShubhamRaiGit commented 7 years ago

I am kinda new to django. I have installed library, included it in installed apps. Now I want to know is there a way I can install nvd3 and d3 without bower. I am getting following error GET /static/nvd3/build/nv.d3.min.css HTTP/1.1" 404 1685 [03/Feb/2017 14:26:48] "GET /static/d3/d3.min.js HTTP/1.1" 304 0 [03/Feb/2017 14:26:48] "GET /static/nvd3/build/nv.d3.min.js HTTP/1.1" 404 1682 [03/Feb/2017 14:26:48] "GET /static/nvd3/build/nv.d3.min.js HTTP/1.1" 404 1682

when I try to run program, I have installed nvd3 and d3 with bower.

dkonst13 commented 1 year ago

Have you found a solution at the end?