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.png?branch=master 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.0.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

django_livewatch-0.2.0-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.0.tar.gz.

File metadata

File hashes

Hashes for django-livewatch-0.2.0.tar.gz
Algorithm Hash digest
SHA256 a505902c347ab6fc709f3cea9c206d6d271965e84fde65eca1c47e0dce92ff1a
MD5 8087154eff278beea80ad7dbeb0814c7
BLAKE2b-256 20589bca063eb36fe120a91dca9671f4ac0aadcbc4848e00f8ea65dff1ffb760

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_livewatch-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 79dd2af91f5db7a3dcad48a74933a63e35e593407bb34ac0f4f130384f741d99
MD5 b64d923067dcc44bbce5d55388f24d20
BLAKE2b-256 8fe38aa3519a9e626e23c9a1c693daf2383fa96e543d41970b0e3552e6a8bf7a

See more details on using hashes here.

Supported by

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