areski / django-nvd3

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

Ability to specify alternate paths to .js and .css files of nvd3 #34

Closed lgp171188 closed 9 years ago

lgp171188 commented 10 years ago

Currently it defaults to STATIC_URLnvd3/src/nv.d3.css, STATIC_URLd3/d3.min.js, STATIC_URLnvd3/nv.d3.min.js. I have downloaded the .js and .css files manually without using something like bower. I would like to have my CSS files in STATIC_URLcss/ and JS files in STATIC_URLjs/. So it would be great to provide choices for the path to look for these files.

areski commented 10 years ago

Feel free to send a pull request :)

lgp171188 commented 10 years ago

Okay, I will work on this and get back. :)

areski commented 9 years ago

any update on this?

lgp171188 commented 9 years ago

@areski I have created a pull request #58 for this.

areski commented 9 years ago

Thanks for that, I will close this ticket and followup on the PR