When I issue python manage.py runserver
under Git Bash, only one line of output appears:
Watching for file changes with StatReloader
The remaining output appear when I either stop the server or make a change in the code:
Performing system checks...
System check identified no issues (0 silenced).
September 01, 2021 - 23:11:21
Django version 3.2.7, using settings 'newserver.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
How do I make it flush right away?