python : Traceback (most recent call last): En línea: 1 Carácter: 1 + python manage.py check > check_log.txt 2>&1 + ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ ~~~~~~~ + CategoryInfo : No tSpecified: (T raceback (most recent call l ast)::String) [], RemoteExce ption + FullyQualifi edErrorId : Na tiveCommandErr or File "C:\Users\US ER\Documents\Proyec tos\Python\COMEXIGE R\manage.py", line 11, in main from django.cor e.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 "C:\Users\US ER\Documents\Proyec tos\Python\COMEXIGE R\manage.py", line 22, in main() ~~~~^^ File "C:\Users\US ER\Documents\Proyec tos\Python\COMEXIGE R\manage.py", line 13, in main raise ImportError( ...<3 lines>... ) 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?