Enable keeping some request history.
This makes it easire to debug things like POST requests that would otherwise not be easily debugged during development.
This commit is contained in:
@@ -94,6 +94,7 @@ DEBUG_TOOLBAR_PANELS = (
|
||||
'debug_toolbar.panels.signals.SignalsPanel',
|
||||
'debug_toolbar.panels.logging.LoggingPanel',
|
||||
'debug_toolbar.panels.profiling.ProfilingPanel',
|
||||
'debug_toolbar.panels.history.HistoryPanel',
|
||||
)
|
||||
|
||||
DEBUG_TOOLBAR_CONFIG = {
|
||||
|
||||
Reference in New Issue
Block a user