11 | | Save these changes and start a new Python interactive shell by running **python manage.py shell** again. If your command line is currently in the shell with a three-chevron prompt (>>>), you need to exit the current shell using **quit()** and then run python manage.py shell from the command line. |
| 11 | Save these changes and start a new Python interactive shell by running **python manage.py shell** again. |
| 12 | If you are currently in the shell with a three-chevron prompt (>>>), you need to exit the current |
| 13 | shell using ``quit()`` and then run ``python manage.py shell`` again to reload the shell |
| 14 | with the new models. |