You can enable console logging, but with this small patch you can suppress noisy lines, like
GET /urlpath/..blah blah ' 200 216
...
, HTTP = 200.
" " VirtualEnv ( ) django/core/servers/basehttp.py
WSGIRequestHandler,
def log_message (self, format, * args)
if (self.path.startswith(self.admin_media_prefix)
or self.path == '/favicon.ico'):
return
if args[1] == '200':
return
Python 2.7.3, Django 1.4.3, , : -)