django-sonar
django-sonar copied to clipboard
The missing debug tool for django
Results
12
django-sonar issues
Sort by
recently updated
recently updated
newest added
Proposed simple solution: ``` if hasattr(request, 'user'): if request.user.is_authenticated: # use get_username() instead of username to support custom user models # use get_email_field_name() instead of email to support custom user...
It would be useful to get a count of how many queries were executed to fullfil a request.