Course Content
Lectures
0/59
Django Beginner to Intermediate Course
About Lesson

In this part of the Django tutorials, you will learn how to automatically create a PDF file from the data of your database tables or anything else that keeps updating. You can create a customized report for app users and so on. We will continue with the example of classmates which we worked on at the beginning of the Django course. And we want the app to automatically generate the latest list of the class to the users. The library that we are going to use is report lab which you will need to install in your virtual environment.

Join the conversation