DRF tutorial
License: | MIT |
---|
Moved to settings.
To start the application just build and run the docker local.yml image:
$ docker-compose -f local.yml build $ docker-compose -f local.yml up
To run the tests:
$ docker-compose -f local.yml run --rm django pytest --reuse-db