DEV Community

Ssali Jonathan
Ssali Jonathan

Posted on

Learn Test Driven Development With Django Part 15 User Profile Update

In this video, we'll go through the process of creating a view for updating user profiles in Django using Test Driven Development (TDD). We'll start by writing tests for the view, and then use those tests to guide the development of the view and its associated form. Along the way, we'll also explore how to set user profile pictures using Gravatar, a third-party service that allows users to create avatars based on their email addresses. By the end of this video, you'll have a solid understanding of how to use TDD to build user profile functionality in Django, and how to leverage third-party services like Gravatar to enhance your application.

Top comments (0)