manage.py makemigrations
Traceback(most recent call last):
\manage.py, line 8 in <module>
from djang.core.management import execute_from_command_line
ImportError: No module named django.core.management
The server still runs/website will function, however when manage.py makemigrations
ran the above error is shown.