Debugging Django Applications
Debugging Django Applications in VSCode
All new programmers typically start with using console.log() statements in JavaScript or print and pprint statements in python to see what is going on in their code.
In python, If you are using print to log out...
pedbad.hashnode.dev3 min read