/djangoconus2018-drf-talk

DjangoCon US 2018 Talk: Taking DRF from the tutorial to production

Primary LanguagePythonMIT LicenseMIT

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]