Question
No module named django.core.management
From $ python manage.py syncdb
gives Error message:
File “manage.py”, line 8, in <module>
from django.core.management import executefromcommand_line
ImportError: No module named django.core.management
- How do I update Django packages in virtualenv?
- Shouldn’t django.core.management be part of Django core?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Whilst following instructions:
Step 8 in How To Install and Configure Django with Postgres, Nginx, and Gunicorn