A minimal Invoice Generator app using Django
- Easy to use
- A simple GUI
- Faster load speeds (thanks to Django 2.x!)
- Reports for keeping track of payments
- Download invoice PDF
- What is see is waht you get
-
Download the zip
-
Extract the contents
-
Install all dependencies by executing the following command:
$pip install -r requirements.txt
-
For running the application simply execute the following commands:
$python3 manage.py migrate $python3 manage.py runserver