pipenv -three // creating a bubble
pipenv shell // move in to buble
pipenv install Django==2.2.5 // install django in bubble
code . // code () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $* ;
django-admin startproject config // for bigger project
// please move the config file out!
django-admin startapp somethings
...
Keep working on!