79442290

Date: 2025-02-15 21:55:51
Score: 1.5
Natty:
Report link

Add this to your Django settings file:

SHELL_PLUS = "ipython"
IPYTHON_ARGUMENTS = ["--ext", "autoreload", "-c", "%autoreload 2", "-i"]

and see this answer to understand how it works.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: austin