Skip to content

LucasMagnum/django-tip-02

Repository files navigation

#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


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