using django sheel code example
Example 1: django runserver
python manage.py runserver
Example 2: django shell
python manage.py shell
Example 3: how to use django shell
$ ./manage.py shell_plus --bpython
python manage.py runserver
python manage.py shell
$ ./manage.py shell_plus --bpython