Is there a way to make the runserver command completely quiet or just display errors like 404 or 500 ?? verbosity option has no effect on it...
You can now set the verbosity with the verbosity flag:
verbosity
./manage.py runserver --verbosity 0
Documentation