Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 992 Bytes

README.md

File metadata and controls

49 lines (27 loc) · 992 Bytes

#DjangoTip 01

CircleCI

This is just a sample app used in Playing with Querysets.

How to use it

Basically, we have to follow the steps bellow:

  1. Clone this repository
  2. Install all dependencies (see setup)
  3. Execute all tests (see tests)

Table of Contents


Development

1. Setup

To properly run this project, we should install the dependencies:

make setup

2. Running tests

Run the command bellow to run the tests

make tests   

Useful links

1 - Playing with Querysets