django-trace
django-trace copied to clipboard
A django plugin for tracing code execution
Install
pip install -e git://github.com/saltycrane/django-trace.git#egg=django_trace- Add
'django_trace'toINSTALLED_APPSinsettings.py
Usage
./manage.py trace --help
./manage.py trace --bad=django,SocketServer --calls-only runserver