question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

python manage.py bower install => Unknown command: 'bower'

See original GitHub issue

I’ve installed

~/vtenv/bin/pip install -r dev-requirements.txt

and I’ve :

~/vtenv/bin/python manage.py bower install
Unknown command: 'bower'
Type 'manage.py help' for usage.

any explanation ?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
tonioocommented, Apr 30, 2015

Did you deploy your modoboa instance using the --devel option ? If you didn’t, you need to manually add “djangobower” to the INSTALLED_APPS variable.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Django 1.7 + Bower Unknown Command - Stack Overflow
I´m trying to install bower on a django project I have. I executed both: npm install -g bower. and pip install django-bower.
Read more >
Error: Bower Not Installed : r/django - Reddit
The message says you have to install bower. The provided site says to install bower using: npm install -g bower . I bet...
Read more >
django-bower - PyPI
Integrate django with bower. ... Download bower packages with the management command: ./manage.py bower install ... manage.py bower install -- --allow-root.
Read more >
Dependency Management In Django Using Bower - Axiacore
Everytime we install a new library, we can use pass the option --save with the install command and the library will be added...
Read more >
error while running '$ python manage.py collectstatic --noinput
heroku run 'bower install --config.interactive=false;grunt prep;python manage.py collectstatic --noinput'. enable collecstatic for future deploys.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found