Hi,
Follow these steps:-
1. Check i.e. trace back where exactly did u install python.
2. Trace where you installed django. to do that run this code on python 
path, pip freeze or pip freeze > requirements.txt(makes a requirements file 
good for future use), it gives all the install modules in python this will 
let you know if django is there or not.
3. If django not install install using pip.

If these steps fail then that means that you are trying to make a project 
in a terminal while a virtual environment is running.
[image: 2021-11-02.png]
You see that start (myvenv) That tell you that the virtual environment is 
running.
So here basically you do this, in this terminal you run pip install django

I hope this helps

On Monday, November 1, 2021 at 7:09:13 PM UTC+5:30 Anil Felipe Duggirala 
wrote:

> On Wed, Oct 27, 2021, at 12:50 AM, waqar khan wrote:
> > pip uninstall django
>
> Your answer is not worth the electricity it is written on Waqar.
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b20d6c1a-14e8-466e-926c-c82ad09ef03dn%40googlegroups.com.

Reply via email to