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

IsmaelMT/drf_tutorial

Repository files navigation

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

Releases

No releases published

Packages

No packages published