Skip to main content

Django app to observe almost everything you want and pushes notifications to signals.

Project description

django-howl

https://badge.fury.io/py/django-howl.svg https://travis-ci.org/deluge/django-howl.svg?branch=master https://codecov.io/gh/deluge/django-howl/branch/master/graph/badge.svg Documentation Status

What is django-howl

django-howl is a Django app where you can add custom observers and use them to check almost everything you want and pushes alerts to signals. You can connect to the signals and handle it in your way like sending notifications over different APIs.

Requirements

django-howl supports Python 3 only and requires at least Django 1.11. If you need support for Django 1.8.x or 1.9.x have a look at django-howl < 1.0.0

Installation

pip install django-howl
  • After Installation add it to INSTALLED_APPS in settings.py:

INSTALLED_APPS = [
    # other apps
    'howl',
]

Usage

Now you can login to the admin and configure some observers and build some nice apps with it.

Prepare for development

A Python 3.6 interpreter is required in addition to pipenv.

$ pipenv install --python 3.6 --dev

Now you’re ready to run the tests:

$ pipenv run py.test

Resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-howl-1.0.3.tar.gz (9.0 kB view hashes)

Uploaded Source

Built Distribution

django_howl-1.0.3-py3-none-any.whl (14.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page