I've just created new Python 3.7 virtualenv with Django 2.2
And each runserver
it prints:
Watching for file changes with StatReloader
I could not find any info in Django's docs etc.
Is it related specially to Django somehow? Does it go with Django? What it does? Why is it printed in red in PyCharm? Should I be careful about something? Could it be disabled?
Big thx