I am running Django development server and I want to change the default http connection timeout. As per this stackoverflow link, django github repo issue link and reddit link, I should pass --http_timeout argument while running the development server.
But when I try to do that I am getting error

I am using Django 3.0.3 version. Is there any way to override the default http connection timeout?