django-roadies

Suite of django specific utilities/helpers.


Keywords
django-roadies, django, roadies, utils, tests, handlers
License
MIT
Install
pip install django-roadies==0.1.2

Documentation

Django Roadies

CircleCI codecov

Suite of django specific utilities/helpers.

Overview

Yet another django toolset to help with a range of django stuff... e.g. tests for abstract models, on_commit hooks, etc. The genesis of this project is aimed towards supporting django by making available common project-agnostic tools.

Installation

pip install django-roadies

Usage

TDB

Development

Ensure docker is installed. Instructions on installing docker can be found here. Once docker is installed build the docker image by running the following script:

./bin/local/build

then, running tests is as simple as:

./bin/local/test