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 trialDaniel Santos
34,969 PointsA Travel Agency Prototype With Django
Hi, I am planing to prototype a travel agency app like Expedia and Orbitz, a really small one of course, to offer it to one of my friends. The thing is that I think I have enough Python and Django skills to make this project but I lack in the designing skills, I mean back-end. I want to know if there is any book that you recommend me to learn how to design the backend of this app, or if there is any that you can tell me that I can get started and then I keep doing my research on the way. I already have the APIs where I am getting this information in real time. Kenneth Love I will appreciate any comments. I watch the Django course and I've been studying it from different sources too. I also bought one of the books that you recommended from the course. Anything can help guys! A link to another source also will be appreciated.
EDIT: I am planning to use Django.
- Dan
1 Answer
Charles Lee
17,825 PointsThere are countless resources on the web. http://awesome-django.com/ compiled a bunch of those resources together.
After finishing the official Django tutorial, I highly recommend Two Scoops of Django which go more into design practices (common and recommended) and go in depth in the many aspects that go into building a Django app.
Daniel Santos
34,969 PointsDaniel Santos
34,969 PointsThank you Charles. I will take a look.