0

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?

AlwaysLearning
  • 7,257
  • 4
  • 33
  • 68

1 Answers1

0

I modified manage.py using the code from here. This solved the problem.

AlwaysLearning
  • 7,257
  • 4
  • 33
  • 68