At most, with where you have that print statement, it would get printed once, when the module is imported. It’s not going to be printed on every view.
Check at the very top of your output when you’re starting runserver.
In my test system it shows up immediately before the line
System check identified no issues (0 silenced).