Skip to content Skip to sidebar Skip to footer

Django Error: Command Throws A Python Window When Executing Makemigrations Command In A Python/Django Project

python ´2.7.13´ Django ´1.9.7´ i'm using ´viertualenv´ to manage my project. i tried to run this command and this happends (pyproject-1)xxxxx@xxxx.com python manage.py makemi

Solution 1:

[update]

the error in my project was a virus that reanamed all the files with a "G" including executed files: "Gpython.exe" "GManage.py" making the troubleshooting en my proyect, perhaps, the command .\manage.py makemigrations or .\manage.py migrate still worked with the virus.

PD:Sorry, i'm still learning english languaje :P


Post a Comment for "Django Error: Command Throws A Python Window When Executing Makemigrations Command In A Python/Django Project"