Skip to content

Final Instalment in the Invoice App, the complete code.

Notifications You must be signed in to change notification settings

skolo-online/invoice3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create an Invoicing Application with Python and Bootstrap5

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.

Part 1 - Creating an Invoice App

Create Invoice App with Django and Bootsrap5 - Part 1

Part 2 - Creating an Invoice App

Create Invoice App with Django and Bootsrap5 - Part 2

Part 3 - Creating an Invoice App

Create Invoice App with Django and Bootsrap5 - Part 3

Requirements File

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

Written Tutorials

Check out our written tutorials on Medium here Skolo Online on Medium

About

Final Instalment in the Invoice App, the complete code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published