Skip to content

LucasMagnum/django-tip-01

Repository files navigation

#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