Re: I cannot run django project on new windows

2020-12-31 Thread Ayser shuhaib
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 wrote: > I was creating a project using django. And I wanted to change

I cannot run django project on new windows

2020-12-31 Thread Tarek elgendy
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