Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 822 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 822 Bytes

Django_Invoice_Generator_App

A minimal Invoice Generator app using Django

Features

  • 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

Screenshot

alt text

How to use

  • 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
    

Built with ♥ and ☕ by Shantanu Nimkar