run django project in 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
django-admin startproject project_name
$ ./manage.py shell_plus --bpython