I have a standard django project, that I run with python manage.py runserver localhost:8080
I can't figure out how to integrate this so that I get colorized traceback in the console. More specifically, where do I put the hook? In manage.py? Or in some other file?