Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (22 loc) · 704 Bytes

README.rst

File metadata and controls

39 lines (22 loc) · 704 Bytes

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