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 Authentication LoginView

What is the best way to implement multiple types of users in django ? eg. Uber

Let's say we are building a taxi app. I have an accounts app, a driver and rider app. What is the best way to differentiate between those two users(riders/drivers) ? Also, I would like to have two forms, for each kind of user, and after login, redirect the user to the appropriate django app/module. (rider/driver).