commands to run in django code example
Example 1: run django server
python3 manage.py runserver
or
python manage.py runserver
Example 2: django shell
python manage.py shell
python3 manage.py runserver
or
python manage.py runserver
python manage.py shell