Git Product home page Git Product logo

Comments (8)

ulope avatar ulope commented on August 19, 2024

This behaviour (empty Template panel) also occurs with django-cms-2.0

from django-debug-toolbar.

kmike avatar kmike commented on August 19, 2024

Can you please check if the problem is the same and the solution is working?

http://github.com/kmike/django-debug-toolbar

from django-debug-toolbar.

ulope avatar ulope commented on August 19, 2024

Yes I can confirm that kmike/django-debug-toolbar@6d01b70 fixes the problem in my case

from django-debug-toolbar.

robhudson avatar robhudson commented on August 19, 2024

Thanks kmike. I'll get that merged in. (I made a comment earlier today, please disregard.)

from django-debug-toolbar.

alexrobbins avatar alexrobbins commented on August 19, 2024

I think I am seeing this same error using Satchmo. The debug toolbar's template area says how many templates are rendered, but is completely blank other than that. Has this fix been applied to trunk?

Thanks

from django-debug-toolbar.

robhudson avatar robhudson commented on August 19, 2024

Merged. Closing as fixed. Thanks kmike!

from django-debug-toolbar.

iwuvjhdva avatar iwuvjhdva commented on August 19, 2024

The bug is still present with django-cms-2.0 and latest django-debug-toolbar from git. Please reopen.

from django-debug-toolbar.

pakal avatar pakal commented on August 19, 2024

If you have a blank page, add debug prints to
django_debug_toolbar-0.8.4-py2.7.egg\debug_toolbar\panels\template.py,
I've myself noticed that djdb was calling context processors whereas the data they needed had been removed form the request by my custom middlewares.

Solution: put djdb's middleware farther in the chain of middleware, so that it gets called immediately after the view has returned its response.

from django-debug-toolbar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.