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

Dezhi Zhu
Dezhi Zhu
2,662 Points

Using Django to build an insurance quote website!

Hi guys! Django's course in Treehouse is fabulous! I learned a lot and now it is time for me to do some real practice. I want to use what I learn from Django course to build a car insurance quote website. Basically, users input their information such as car type,age, gender,etc. and then my website take users' information as inputs into my model( I have already created my model based on Python) and then shows the result of model which also need to put on the website. Can all above steps be done by Django? The first step is to take inputs from users and then input to my model. Which feature in Django should I use? Should I use Django form to do that ? Is there any similar project on Github that I can look?

Thanks for helping!!