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 some Django forms, how to create our own HTML forms, and how to handle validations and errors.
In the next chapter, we will implement a movie review system.