Traceback (most recent call last): File "manage.py", line 8, in <module> from django.core.management import execute_from_command_line ModuleNotFoundError: No module named 'django' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "manage.py", line 14, in <module> ) from exc ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment? 

Reinstalled Django even changed the username to English does not help (

  • How did you install it? - Sergey Gornostaev

1 answer 1

When installing python, did you tick the PATH? Install Django through the terminal using pip (don't forget to update pip)

  • SPS has added the path to jango to variable environments - Krya Krya