#31626: Add asgi support to runserver
---------------------------------+------------------------------------
     Reporter:  Joshua Massover  |                    Owner:  nobody
         Type:  New feature      |                   Status:  new
    Component:  HTTP handling    |                  Version:  3.0
     Severity:  Normal           |               Resolution:
     Keywords:  runserver, asgi  |             Triage Stage:  Accepted
    Has patch:  1                |      Needs documentation:  0
  Needs tests:  0                |  Patch needs improvement:  0
Easy pickings:  0                |                    UI/UX:  0
---------------------------------+------------------------------------
Changes (by Carlton Gibson):

 * has_patch:  0 => 1


Comment:

 I've created a PR to doc that Daphne provided a `runserver`
 implementation. ([https://github.com/django/django/pull/16634 PR])

 You enable it like this:

 {{{
     INSTALLED_APPS = [
         "daphne",
         ...
     ]
 }}}

 Other packages could do similar easily enough.

 I'm not 100% convinced it's worth extra code to scan installed
 dependencies, and check it they provide a `runsever`.

 It could be that we close this as `wontfix`. 🤔

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31626#comment:6>
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/01070186bbba5645-d8c5a8ca-06f4-4e51-b89e-e9e035db7dc5-000000%40eu-central-1.amazonses.com.

Reply via email to