I was able to run the local server using python manage.py runserver in the command line; when I tried the command I got this error:
Traceback (most recent call last):
    File "manage.py", line 8, in <module>
        from django.core.management import execute_from_command_line
ImportError: No module named django.core.management
I haven't uninstalled django or edited any of the source code because everything was working fine yesterday. I don't understand what happened.
 
     
     
    