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
To run the project locally first you need to clone the repository:
https://github.com/ruslan-kornich/contract_creator.gitCreate a virtualenv and activate:
python3 -m venv venvsource venv/bin/activateInstall the development requirements:
pip install -r requirements.txtRun the local server:
python manage.py runserver