Django for Designers/Whats next: Difference between revisions

imported>Aldeka
imported>Paulproteus
Line 42:
=== Installing django-debug-toolbar and what it's useful for ===
 
Django's operation can be somewhat opaque. When a page does not show the information you were expecting, there can be a great number of reasons: perhaps some data was not saved to the database, or perhaps the variable name the template was expecting did not match the name you provided in the context from the view.
 
Django debug toolbar is an open source Django app that gives you more insight into how Django is working. In this section, we will show you how to install it, demonstrate at least one thing it is useful for, and explain at least one gotcha that you should be aware of.
Anonymous user