open-contracting-archive / toucan

A web interface to OCDS Kit and Flatten Tool
https://toucan.open-contracting.org
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Spanish

OCDS Toucan

OCDS Toucan is a web application to transform OCDS files using OCDS Kit, and to convert OCDS files to CSV or Excel using Flatten Tool.

Installation

Requirements

  1. Python 3.6+ or higher

Installation

Clone the repository and change to the new directory:

git clone git@github.com:open-contracting/toucan.git
cd toucan

Create a virtual environment:

virtualenv -p python3 .ve

Activate the virtual environment:

source .ve/bin/activate

Install the requirements:

pip install -r requirements.txt

Configuration

Set the following environment variables:

Deployment

To start the development server run:

python manage.py runserver