'no module name 'django'(already installed django)

I get this error when I run "python3 manage.py runserver"

 from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'

but I already installed and activated django in the virtual environment...

I really don't know how to fix it because it worked well before



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source