django-earlyparrot

Use EarlyParrot with Django webhooks and signals


Keywords
python, django, earlyparrot, early, parrot
License
MIT
Install
pip install django-earlyparrot==0.2.9

Documentation

django-earlyparrot

Requirements Status https://travis-ci.org/exolever/django-earlyparrot.svg?branch=master https://sonarcloud.io/api/project_badges/measure?project=exolever_django-earlyparrot&metric=alert_status https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat

Use EarlyParrot with Django webhooks and signals

Quickstart

Install django-earlyparrot:

pip install django-earlyparrot

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'referral',
    ...
)

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package: