Profiler debug toolbar penal fuck up and solution
This week I got a weird bug in one of my Django project:
This came out while trying to access the admin in local server, even before the login screen. Situation was: 1. This project is the only project of mine running on Django 1.8 (others are on 1.7). 2. It also appeared in my vagrant server, but not happened in remote staging server or other engineers’ machine. 3. My code is fully updated To be short, this was solved by my CTO by disable the profiler debug settings in django-debug-toolbar.
This fired out a bug and after removing now it works totally fine (but set DEBUG=False didn’t help). Why is this bug solely on my machine? I think it might conflict with other lib in my computer, but who knows? I’ll become a CTO if I know why!








