Summary

This chapter probably had the least amount of code written for any chapter in this book. However, the functionality that we built here is probably more complicated than what we built in most chapters. I said at the start of the chapter that one of the reasons for the popularity of the Django framework is the admin app. I hope that by now you agree with me.

With less than 20 lines of code, we were able to create a system that rivals most CMS systems out there and is still more tailored to our client's needs. Unlike most CMS systems, we don't treat Car and Booking objects as pages or nodes. In our system, they are first-class objects, each with its own fields and individual functionality. However, as far as the client is concerned, the admin ...

Get Django Project Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.