Django and the Python 3.13 REPL
Briefly

To utilize Python 3.13's new REPL in Django, create a custom shell command that tries newer REPLs then falls back to older ones on import errors.
By modifying the Django shell command, it can loop through a list of potential REPLs, trying each one until a successful import occurs or reaching the default.
Read at Treyhunner
[
]
[
|
]