Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 245 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 245 Bytes

zero-to-deploy

An example workshop for PyCon Thailand 2018

Prerequisites

  1. pyenv
  2. postgres10

Installations

  1. pip install -r requirements.txt

Testing

  1. python manage.py test orders

Run with docker

  1. docker-compose up