Django and the Python 3.13 REPLDjango's management shell does not yet support Python 3.13's new REPL directly.A custom shell command can be implemented to utilize the new REPL and fallback on errors.