AI Features

Plotting Charts

Learn to add static charts to your Django admin page.

We'll cover the following...

Plotting charts

Now that you know how to extend the Django admin templates, you can imagine what you want as new features.

As an example, you will learn how to integrate the chart.js library in your Author list page view. ...