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 trialBryce Wellman
7,742 PointsDjango Vs. Flask
So I'm working on a project that will put all my skills to the test. Im making my own web app that functions like a social media with direct messaging, posting pictures and videos, accounts, etc. I know HTML,CSS, and a little JS and I know python pretty well at this point.
From my understanding Flask is only backend and will be able to communicate with my databases with Peewee. Django from my understanding seems like a full stack python replacement to HTML and CSS. Am I right and which one will be best to use for such a project?