Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 195 Bytes

File metadata and controls

12 lines (10 loc) · 195 Bytes

Prozorro Render API

Setup (local)

Run application

python -m render.api

or

gunicorn catalog.api:application --bind 0.0.0.0:8000 --worker-class aiohttp.GunicornWebWorker