Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named djangobower #40

Open
Anderson-312 opened this issue Mar 7, 2021 · 0 comments
Open

No module named djangobower #40

Anderson-312 opened this issue Mar 7, 2021 · 0 comments

Comments

@Anderson-312
Copy link

When I run commond manage.py bower install in cmd, it shows ImportError: No module named djangobower. But I have added 'djangobower', in INSTALLED_APPS in settings.py

The full error report is

Traceback (most recent call last):
File "manage.py", line 22, in
execute_from_command_line(sys.argv)
File "C:\Users\zwr\Desktop\venv_Django\lib\site-packages\django\core\management_init_.py", line 367, in execute_from_command_line
utility.execute()
File "C:\Users\zwr\Desktop\venv_Django\lib\site-packages\django\core\management_init_.py", line 341, in execute
django.setup()
File "C:\Users\zwr\Desktop\venv_Django\lib\site-packages\django_init_.py", line 27, in setup
apps.populate(settings.INSTALLED_APPS)
File "C:\Users\zwr\Desktop\venv_Django\lib\site-packages\django\apps\registry.py", line 85, in populate
app_config = AppConfig.create(entry)
File "C:\Users\zwr\Desktop\venv_Django\lib\site-packages\django\apps\config.py", line 90, in create
module = import_module(entry)
File "D:\python27\lib\importlib_init_.py", line 37, in import_module
import(name)
ImportError: No module named djangobower

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant