Django: manage.py does not print stack trace for errors Django: manage.py does not print stack trace for errors python python

Django: manage.py does not print stack trace for errors


Have you tried passing the --traceback argument?

e.g:

python manage.py graph_models --traceback -a -g -o my_project.png