﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
36527	Allow for runserver development server warning to be silenced via settings.	Klaas van Schelven		"Since Django 5.2 Django emits this warning.

>WARNING: This is a development server. Do not use it in a production setting. Use a production WSGI or ASGI server instead.
For more information on production servers see: https://docs.djangoproject.com/en/5.2/howto/deployment/

I _know_ this and act like it. To avoid warning fatigue, I keep the number of displayed warnings as close to 0 as possible. Doing so is annoying for the current warning (it can be done via the env, but not using a setting).

I would like to have a first-class tool to get this thing to shut up :-)

Discussed [https://blog.pecar.me/disable-runserver-warning-in-django-5-2 here] and [https://adamj.eu/tech/2025/06/27/django-hide-development-server-warning/ here] (with similar reasonings)"	New feature	closed	Core (Management commands)	5.2	Normal	wontfix			Unreviewed	0	0	0	0	0	0
