2👍
ok I found out what the problem was. It turns out when I started my virtualenv I used sudo command but when I pip install my packages I didn’t use the sudo command which caused a permission problem or some sort when installing the packages. So it made django not showing up on the path. When starting a virtual env never use the sudo command…
- [Answered ]-Deployment of django using nginx
- [Answered ]-How to create Django model field to store users related to the model?
Source:stackexchange.com