In this chapter we will build a dashboard for Booktime company employees on top of the Django admin interface. We will discuss why and how to do this, along with different types of users in the company.
Configuring the admin interface
Adding admin views
Configuring users and permissions
Creating internal reports
Generating PDFs
Reasons to Use Django admin
In this chapter we are using the Django admin interface to demonstrate how customizable this app is. With only some basic customizations we are already able to manage our products and ...