Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 922 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 922 Bytes

Contract creator

The web application creates a standard contract between the supplier of goods and the buyer. It is enough to enter the code (EDPNOU) and the IBAN bank account number of the company with which you want to conclude an agreement. At the output, we get a file with a contract in the dox format with filled in data about the company The script automatically substitutes all the necessary data for the contract

Example Contract Creator Page

Example Short URL page

Getting Started

To run the project locally first you need to clone the repository:

https://github.com/ruslan-kornich/contract_creator.git

Create a virtualenv and activate:

python3 -m venv venv
source venv/bin/activate

Install the development requirements:

pip install -r requirements.txt

Run the local server:

python manage.py runserver