#35591: Add warning to runserver that it should not be used for production
-------------------------------------+-------------------------------------
Reporter: Andy Miller | Owner: Suraj
Type: | Bahuguna
Cleanup/optimization | Status: assigned
Component: Core (Management | Version: dev
commands) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Suraj Bahuguna):
* owner: (none) => Suraj Bahuguna
* status: new => assigned
Comment:
This will be the new output by default. Warning can be disabled by using
{{{--hide-unsuitable-for-production}}} flag
{{{
Starting development server at
http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
WARNING: This is a development server. Do not use it in a production
deployment. Use a production WSGI server instead.
For more information on production servers see the documentation:
https://docs.djangoproject.com/en/5.0/howto/deployment/
}}}
--
Ticket URL: <
https://code.djangoproject.com/ticket/35591#comment:3>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.