Thursday, December 31, 2020

I cannot run django project on new windows

I was creating a project using django. And I wanted to change the OS from 64 bit to 32 bit. On the new system, I installed a 32-bit version of Python, and when I ran the local server, I got this error:

(venv) C:\Users\titooka\Desktop\django>python manage.py runserver This version of C:\Users\titooka\Desktop\django\venv\Scripts\python.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.

So what are the correct steps to run the project on the new system so as not to lose it?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/113dfc4f-5350-449b-93d4-42efb8dc936cn%40googlegroups.com.

1 comment: