#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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070190a14cbe1f-72ad00cf-b6f6-4ef4-b662-a08919dda6ea-000000%40eu-central-1.amazonses.com.

Reply via email to