how to start django shell code example
Example 1: how to start a django project in terminal
django-admin startproject project_name
Example 2: django shell
python manage.py shell
django-admin startproject project_name
python manage.py shell