Chapter Summary

In this chapter, we learned how to access the Django admin, register models with the admin, add and edit model records, customize the look of model change lists and edit forms in the admin, and how to manage users in the admin.

In the next chapter, we will learn the fundamentals of forms and form management in Django.