django debug toolbar broke the admin?
问题 I have a little test project on which I always install and test package prior to my dev apps. Since I installed the django debug toolbar on it, I'm having the following error message when connecting to the admin site ( the other urls are fine ): NoReverseMatch at /admin/ Reverse for 'app_list' with arguments '()' and keyword arguments '{'app_label': 'auth'}' not found. 0 pattern(s) tried: [] Request Method: GET Request URL: http://127.0.0.1:8000/admin/ Django Version: 1.8 Exception Type: