python - Django Debug Toolbar Install Problems -
i having issues trying django-debug-toolbar , running. have of necessary info added installed_apps
, middleware_classes
, , ip in internal_ips
tuple. have run setup.py script , seems load fine getting no errors django or apache.
however, nothing happens - no toolbar on pages, has else ever seen behavior? missing obvious?
i had same issue awhile.
have tried logging admin panel? if toolbar displays there, not display in code, it's missing opening , closing tags in template. default, django debug toolbar attaches body tag, though can change behavior if desire. see question: django debug toolbar working admin section
Comments
Post a Comment