Hi, I'm announcing a project I have called django-viewtools django-viewtools provides a management command to help in debugging and profiling views Overview django-viewtools provides a number of management commands for debugging views. There are a number of flags that can be used when calling the view -d, --debug: This sets settings.DEBUG to True before calling the view. This allows you to retriev

