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 Django Authentication Users and Authorization Bringing It All Together

Greg Kaleka
Greg Kaleka
39,021 Points

PSA: line 132 should start with Permission, not Permissions

Permissions.objects.get(codename="ban_members") would throw an error if called (there's no Permissions class). It's not called in the example because the Group exists, but in the code challenge following this video, if you use Permissions you won't pass.

Cheers :beers:

-Greg