Thursday, December 31, 2020

Re: I cannot run django project on new windows

Have you created a new virtual environment using the new python you installed?

If not, create a new virtual environment then install the dependencies for your project then try.

On Thu, 31 Dec 2020 at 20:15, Tarek elgendy <tarekoka6@gmail.com> wrote:

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.

--
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/CAE0AZGKROjD-_TVkh1CaqwfhE5omL19OJdVHVZWZtZKxK_k9zw%40mail.gmail.com.

No comments:

Post a Comment