Skip to main content

django-livewatch integrates livewatch.de for django projects

Project description

django-livewatch

https://badge.fury.io/py/django-livewatch.png https://travis-ci.org/moccu/django-livewatch.svg https://coveralls.io/repos/moccu/django-livewatch/badge.svg?branch=master https://readthedocs.org/projects/django-livewatch/badge/?version=latest

livewatch.de integration for django projects.

Installation

pip install django-livewatch
  • If you use livewatch with celery add it to INSTALLED_APPS in settings.py:

INSTALLED_APPS = (
    # other apps
    'livewatch',
)
  • Include livewatch.urls in your urls.py:

urlpatterns += patterns('',
    (r'^livewatch/', include('livewatch.urls')),
)

Usage

Before you can use django-livewatch, you have to install and configure it.

To integrate django-livewatch with livewatch.de you can use the following URLs:

  • /livewatch/

… if you’re using the celery extension:

  • /livewatch/celery/

… if you’re using the rq extension:

  • /livewatch/rq/

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-livewatch-0.2.2.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

django_livewatch-0.2.2-py2.py3-none-any.whl (7.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-livewatch-0.2.2.tar.gz.

File metadata

File hashes

Hashes for django-livewatch-0.2.2.tar.gz
Algorithm Hash digest
SHA256 04b55020b00ed0e92f5ebcf66f081c2fbf3d02f1f65eae7afa6e806276e3ff47
MD5 375d881641319d97ef388e37cbdebb17
BLAKE2b-256 8ea898453e1eaca617fc0a45317005f0ddeede4046939f5286d5736ac7a9dede

See more details on using hashes here.

Provenance

File details

Details for the file django_livewatch-0.2.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_livewatch-0.2.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c5aa5910acdfc132c0d11e3b3ed9572f9d4fc13e705fb782bcaeba7c4819fef3
MD5 ec712e9710ed14c45ffe0ebf863273b4
BLAKE2b-256 e45772e81087e68e3b6b88026633af045625aa28cca34a5d2aec4b447e20df35

See more details on using hashes here.

Provenance

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