Skip to content

ibooj/django-debug-toolbar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Debug Toolbar

DATABASE_ENGINE = 'mysql'

INSTALLED_APPS += ('debug_toolbar',)

INTERNAL_IPS = ('127.0.0.1', '192.168.33.1')

MIDDLEWARE_CLASSES += ('debug_toolbar.middleware.DebugToolbarMiddleware',)

About

A configurable set of panels that display various debug information about the current request/response.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 48.8%
  • JavaScript 41.2%
  • HTML 6.8%
  • CSS 3.1%
  • Makefile 0.1%