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.5.tar.gz (7.7 kB view details)

Uploaded Source

Built Distribution

django_livewatch-0.2.5-py2.py3-none-any.whl (7.8 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-livewatch-0.2.5.tar.gz
Algorithm Hash digest
SHA256 7adf91431dc32fb9c7db749bc2f1129dcd2814128f1ee99a4b17ad3146a92a7a
MD5 265a686cfdb81f844cd1bd41c983f051
BLAKE2b-256 15ec1c8a45a0334d847bfbc6f96dbe5819df8b5adcdd95f7c76a457817a46acf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for django_livewatch-0.2.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 cc9d2594b2d26e8a8369fc15d481b1951bf8c7556380e30284a11de30d3ca89e
MD5 fff49c6d781d2e3d1f9feab1cdd43d4a
BLAKE2b-256 908df119fe5e2ae0ef74ef3d0fe8559fe38df7028650b98746c970bfaeec98de

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