Changes between Initial Version and Version 1 of Ticket #32416, comment 7


Ignore:
Timestamp:
Feb 11, 2021, 8:49:13 PM (3 years ago)
Author:
Chris Jerdonek

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32416, comment 7

    initial v1  
    1 I just filed [https://github.com/django/django/pull/14002 PR #14002] to let people customize the `ThreadedWSGIServer` used by `LiveServerThread` more easily. This is what I suggested above in [https://code.djangoproject.com/ticket/32416#comment:2 this comment].
     1I just filed [https://github.com/django/django/pull/14002 PR #14002] to let people customize the `ThreadedWSGIServer` used by `LiveServerThread` more easily. This is what I suggested above at the end of [https://code.djangoproject.com/ticket/32416#comment:2 this comment].
    22
    33This will make it easier for people e.g. to implement workarounds whenever issues like the current one are found with the server used by `LiveServerThread`. (This is not the first time that the server used needed to be altered.)
Back to Top