A
A
Andrey Salnikov2017-08-29 15:19:51
Django
Andrey Salnikov, 2017-08-29 15:19:51

Why is nothing showing up in django-debug-toolbar?

When the page loads, the following is displayed instead of the data:
The data for this panel is no longer available. Please reload the page and try again.
Reloading the page doesn't change anything. Still nothing is shown.
UPD
I found the solution myself, suddenly someone needs it.
Changed the settings to the following:

DEBUG_TOOLBAR_CONFIG = {
    'RESULTS_CACHE_SIZE': 100,
    'SQL_WARNING_THRESHOLD': 2000
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question