start django shell code example
Example 1: how to start a django project in terminal
django-admin startproject project_name
Example 2: how to use django shell
$ ./manage.py shell_plus --bpython
Example 3: how to use django shell
$ ./manage.py shell_plus --ptpython