The Django admin app

Now that we have looked at what new features were used in the code pack, let's move on to the main topic for this chapter—the Django admin app. The admin app is quite possibly one of the main reasons for the popularity of Django over other similar web frameworks. It is the embodiment of the batteries included nature of Django. With minimal configuration, the admin app provides a fully featured and extremely tailored CMS, enough to rival big names such as WordPress and Drupal.

In this chapter, you will learn how easy it is to configure and customize the admin to get most of the functionality that you will want in the admin panels of your web apps. Let's start by fixing the most immediate problem for our fictional client, a car ...

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.