Summary
In this chapter, we implemented a complete authentication system. Now, users can sign up, log in, and log out. We also learned how to take advantage of the Django User model, AuthenticationForm
, and UserCreationForm
, and we even learned how to extend some of those classes.
In the next chapter, we will implement a complete movie review system.