/drf_tutorial

DRF tutorial

Primary LanguagePythonMIT LicenseMIT

DRF tutorial

DRF tutorial

Built with Cookiecutter Django
License:MIT

Settings

Moved to settings.

Basic Commands

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

Running tests with py.test

To run the tests:

$ docker-compose -f local.yml run --rm django pytest --reuse-db