nvbn / django-bower

Easy way to use bower with your django project
https://django-bower.readthedocs.io/
518 stars 75 forks source link

Difference between bower install and bower_install #44

Open spg opened 9 years ago

spg commented 9 years ago

What's the difference (if any) between running

python manage.py bower install

and

python manage.py bower_install ?