Back

Explore Courses Blog Tutorials Interview Questions

Explore Tech Questions and Answers

Welcome to Intellipaat Community. Get your technical queries answered by top developers!

0 votes
2 views
by (19.9k points)

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.

Browse Categories

...