一些django工具笔记
2014年7月28日 08:00
##django-debug-toolbar ###关于 A configurable set of panels that display various debug information about the current request/response. django调试不二神器 ###配置 0.10.0版的配置,edx可用 1 2 3 4 5 6 7 8 9 10 11 12 :::text DEBUG_TOOLBAR_PANELS = ( 'debug_toolbar.panels.version.VersionDebugPanel',