Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (19.9k points)
recategorized by

I get the following error when trying to run Django from the command line.

File manage.py, line 8, in <module>

     from django.core.management import execute_from_command_line

ImportError: No module named django.core.management

Any ideas on how to solve this?

1 Answer

0 votes
by (25.1k points)

sudo pip install django --upgrade 

did the trick for me.

31k questions

32.8k answers

501 comments

693 users

Browse Categories

...