I want to perform runtime checking for django applications, that is, I want to run the application and be able to interrupt / execute / check runtime variables.
Is there any IDE that supports this, or in any case, to execute django command line?
I know that the Django shell exists, however, it simply installs the environment and does not provide verification of running code.
thank you
source share