Changes between Initial Version and Version 1 of Ticket #36434


Ignore:
Timestamp:
Jun 3, 2025, 3:06:39 PM (3 months ago)
Author:
Ivan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36434 – Description

    initial v1  
    99Running **manage.py runserver** only respects python -u flag if --noreload is present, meanwhile setting the environment variable PYTHONUNBUFFERED=1 works fine.
    1010
    11 The solution is likely to make sure subprocesses to be called with the very same flag.
     11The solution is likely to make sure subprocesses are called with the very same flag.
Back to Top