I would like to get an interactive shell with the code, but I don't even know if such thing exits. Could anyone be able to help me at this point?
EDIT :
I already know we could use python manage.py shell
, but I would like something we could insert in the code in such a way we do not have to re-import all the libraries in the shell.
python manage.py shell_plus --ptpython
– Willardwillcox