Getting ready

We will start with the products app that we created in the previous recipe.

Make sure that you have the openpyxl module installed in your virtual environment, to create an Excel spreadsheet, as follows:

(myproject_env)$ pip3 install openpyxl~=2.5.0

If you are using a Docker project, add the dependency to your requirements and rebuild the container, as follows:

# requirements.txt or requirements/base.txt
# ...
openpyxl~=2.5.0
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.221.123.73