This is the final Instalment in the Invoice App development journey. There are two more instalments in this tuturial series. The videos are all available on youtube.
Create Invoice App with Django and Bootsrap5 - Part 1
Create Invoice App with Django and Bootsrap5 - Part 2
Create Invoice App with Django and Bootsrap5 - Part 3
You need to install the following packages before running the code:
pip install django
pip install psycopg2
pip install Pillow
pip install uuid
pip install requests
pip install django-crispy-forms
pip install pdfkit
In addition you need your machine set up for pdfkit, check out this guide. Python Django PDFKIT installation guide
Check out our written tutorials on Medium here Skolo Online on Medium