Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Improve a Django Project

Alx Ki
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Alx Ki
Python Web Development Techdegree Graduate 14,822 Points

Django 1.9.9 and Debug Toolbar 1.0 incompatibility issue.

requirements.txt says I have to install Django 1.9.9 and Debug Toolbar 1.0

Trying to install Django Debug Toolbar 1.0 to Django 1.9.9 i found that DDT is trying to perform some improper imports like "from django.utils.importlib import import_module" and some other things. And I found that only DDT 1.4 and later is compatible with Django 1.9.9.

Hi, Kenneth Love, hi, Lacey Williams Henschel! can I install newer version of Django Debug Toolbar or do i have to make 1.0 work somehow?

1 Answer

Kenneth Love
STAFF
Kenneth Love
Treehouse Guest Teacher

I'd use whatever version of Django Debug Toolbar worked with the version of Django you're using. The specific ones we used in the courses aren't usually important. We'll point it out if it is (for instance, using an older version of a cryptography library could be dangerous).