areski / django-nvd3

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

python manage.py bower_install #42

Closed rit2010056 closed 5 years ago

rit2010056 commented 9 years ago

I am trying to run this command in my project but it is not running i am running it on windows can anybody tell me whole step to be done

cutreth commented 9 years ago

Try 'python manage.py bower install' instead.

deltaGPhys commented 7 years ago

I also get the unknown command error, both with and without the underscore. Any fixes for this?

goetzb commented 7 years ago

Did you install django-bower as well? This is a separate package from django-nvd3 which also needs to be installed if you want to use the management command. This management command is independent from django-nvd3.

To install it, simply run pip install django-bower in your virtual environment, as described on https://django-nvd3.readthedocs.io/en/latest/introduction.html#dependencies (for more information, please also see https://django-bower.readthedocs.io/en/latest/installation.html).