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 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access