aboutsummaryrefslogtreecommitdiffstats
path: root/example/settings.py
AgeCommit message (Expand)Author
2013-11-24Rename all panels consistently.Aymeric Augustin
2013-11-17Include configurations for PostgreSQL and MySQL.Aymeric Augustin
2013-11-15Implement redirects interception as a panel.Aymeric Augustin
2013-11-11Automatically enable DebugToolbarMiddleware when it isn't enabled.Aymeric Augustin
2013-11-11Set INTERNAL_IPS to a convenient default when it isn't set.Aymeric Augustin
2013-11-01Add response headers to the Headers panel.Aymeric Augustin
2013-10-14Update the example app with a modern project template.Aymeric Augustin
2012-08-20use links to static files rather than direct inclusion, Fixes #307Thomas Grainger
2011-10-27fixed AttributeError on 404 page exception in ProfilerPanel.process_responseApkawa
2011-10-26Fixed ProfilingDebugPanel; fixed example site if installed other debug_toolba...Apkawa
2011-09-11Cache an HTML fragment on to exercise the cache pannel.Yann Malet
2011-09-11Fix the profiling panel when the line_profiler module is not available.Yann Malet
2011-09-10Comment the profiler panel out because it does not work on ubuntu. psats is n...Yann Malet
2011-09-10Revert some of the previous changes and modify slightly the panels to separat...Yann Malet
2011-09-09Comment the profiling pannel that cause an error because pstat was miisingYann Malet
2011-04-22Kill off requirement of PROJECT_ROOT and clean up lint violations in profilin...David Cramer
2010-02-11Added example project directory.Rob Hudson