How can I return HTTP status code 204 from a Django view? January 15, 2023 by Tarik return HttpResponse(status=204)