Example code for my DRF talk at DjangoCon US 2018. Check out the project's documentation or slides.
Start the dev server for local development:
docker-compose up
Run a command inside the docker container:
docker-compose run --rm web [command]
Example code for my DRF talk at DjangoCon US 2018. Check out the project's documentation or slides.
Start the dev server for local development:
docker-compose up
Run a command inside the docker container:
docker-compose run --rm web [command]