23.1 Introduction

A lot of the work of building a website revolves around the webpages used to create, update, and delete content. The purpose of the admin app is to easily provide these webpages. The catch to the admin is that it is targeted at administrators and managers and is not meant to be used by website visitors. Furthermore, the automatic generation of pages in the admin comes at the cost of simplicity and ease of use.

Colloquially called the admin, this app is one of Django’s most advertised (and used) features, because it works out of the box and plugs into any existing app. In this chapter, we use the admin app to quickly build pages to create, modify, and delete blog posts and users.

Warning!

This chapter requires an active User ...

Get Django Unleashed 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.