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 trialDillon Reyna
9,531 PointsIs most of Django done in the Admin panel?
The majority of this course so far seems to be instructions on how to properly set up the back-end admin panel, so that we can include all of the information we wish to in our course.
Is this standard across most Django projects - where most of our work lies in the Admin panel?
How would this work with a web-app that's less text-heavy? (For example, Headspace, which mostly serves audio instead of text.)
1 Answer
Haydar Al-Rikabi
5,971 PointsFor the end user of your website, there are two ways to work with data:
- Django's admin site.
- Model forms that you can learn about in this course: https://teamtreehouse.com/library/django-forms