#DjangoTip 02 This is just a sample app used in Select & Prefetch related. How to use it Basically, we have to follow the steps bellow: Clone this repository Install all dependencies (see setup) 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