Skip to main content
WARNING: PyPI Phishing attack ongoing. Please check that you are on the correct domain - PyPI dot org - before continuing  PyPI

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://github.com/deluge/django-howl/workflows/Testing/badge.svg?branch=master https://codecov.io/gh/deluge/django-howl/branch/master/graph/badge.svg Documentation Status Code style: black

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 2.2. If you need support for Django versions 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 interpreter is required. If you use pyenv with a virtualenv, follow the next steps

$ cd /path/to/project-root/
$ mkvirtualenv django-howl
# activate virtualenv, if not activated yet
# and install all dev requirements:
$ pip install -e .[dev]

Now you’re ready to run the tests:

$ py.test

Code style

This project is styled by black and isort. You can use the following command to format the code automatically and make it black and isort compatible:

$ make format-python-code

Resources

Supported by

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