© Federico Marani 2019
Federico MaraniPractical Django 2 and Channels 2https://doi.org/10.1007/978-1-4842-4099-1_7

7. Making an Internal Dashboard for the Company

Federico Marani1 
(1)
London, UK
 

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.

We will cover these topics:
  • 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 ...

Get Practical Django 2 and Channels 2: Building Projects and Applications with Real-Time Capabilities 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.