1👍
✅
I assume you’re running django-admin startproject
in your home folder? django-admin
doesn’t know anything about virtualenvwrapper and, unless you explicitly specify a folder, it creates the project in the current folder. See https://docs.djangoproject.com/en/dev/ref/django-admin/#startproject-projectname-destination
Source:stackexchange.com