Changes between Initial Version and Version 1 of Ticket #36625


Ignore:
Timestamp:
Sep 26, 2025, 12:25:13 PM (4 hours ago)
Author:
Charles Severance
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36625 – Description

    initial v1  
    99It should be reworded to say:
    1010
    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.
     11Save these changes and start a new Python interactive shell by running **python manage.py shell** again.
     12If you are currently in the shell with a three-chevron prompt (>>>), you need to exit the current
     13shell using ``quit()`` and then run ``python manage.py shell`` again to reload the shell
     14with the new models.
Back to Top