Django for Designers: Difference between revisions

imported>Paulproteus
imported>Paulproteus
Line 2,167:
Finally, make sure it appears in the list of INSTALLED_APPS. If not, added it to the end of that list as follows:
 
<source lang="python'">
'debug_toolbar',
</source>
Anonymous user