django-tip-02 icon indicating copy to clipboard operation
django-tip-02 copied to clipboard

#DjangoTip 02

#DjangoTip 02

CircleCI

This is just a sample app used in Select & Prefetch related.

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

  • 1. Setup
  • 2. Running tests
  • Useful links

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 - Select & Prefetch related