You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: