Building the Profile Page

Building the Profile Page

The profile page is the foundation of our social network application. Each user will have their own profile page with their own custom URL based on their username. This profile page will initially just show the status updates that the user has posted.

Extra Credit

Favorites

Now that uses have a profile page, why not try adding some of their favorites to it? This could be favorite movies, TV shows, hobbies, and more. Try adding a migration to the user model and then displaying the information on a user's profile page.