1👍
As you are using conda environment, use conda activate
to activate the environment, and then you can use the Django module.
This error is occurring due to the missing Django module.
0👍
-
If you’re using a virtual environment, do you have it activated?
-
Is you you python scripts folder in PATH?
On windows: Search for ‘Edit the system environment variables’.
Click on ‘Environment Variables…’
In System Variables look for row with variable name Path. Click on it and then Edit.
You’ll see a number of directories. Do you see one ending with something like
..\Python\Python39\Scripts
?If you have that folder open it and make sure you have django-admin.exe inside.
- [Answered ]-How to remove whitespaces in django urls?
- [Answered ]-Relative path in Django settings
- [Answered ]-Resource has no available deserialization method
Source:stackexchange.com