simple django project for beginners code example
Example 1: how to start a django project
django-admin startproject project_name
Example 2: Django for Beginners
$ pipenv shell
django-admin startproject project_name
$ pipenv shell