Python

Python

Made by DeepSource

Redundant content_type parameter for JsonResponse() detected PYL-R5103

Anti-pattern
Major

JsonResponse() contains content_type parameter. This is either redundant or the content_type is not JSON, which is probably an error.