Django for Beginners

C++
$ pipenv install django~=3.1.0
$ pip3 install pipenv
$ pipenv shell
(helloworld) $ python manage.py runserver
$ cd ~/Desktop
$ mkdir django
$ cd django
(django) $ django-admin startproject config .
(django) $ exit
git remote add origin https://github.com/ErnieMac/breaking-bad-api.git
git branch -M master
git push -u origin masterecho "# breaking-bad-api" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin https://github.com/ErnieMac/breaking-bad-api.git
git push -u origin master
                
Source

Also in C++: