Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 918 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 918 Bytes

djangoconus2018-drf-talk

Build Status Built with

Example code for my DRF talk at DjangoCon US 2018. Check out the project's documentation or slides.

Prerequisites

Local Development

Start the dev server for local development:

docker-compose up

Run a command inside the docker container:

docker-compose run --rm web [command]