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://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.1.1.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

django_livewatch-0.1.1-py2.py3-none-any.whl (7.1 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-livewatch-0.1.1.tar.gz
Algorithm Hash digest
SHA256 676b40ae36820e0913fbd92e36be8cdf7101221180d1a4ad528c88a7cb227c2e
MD5 dc20581315acc80ff4f60374d7b01cd7
BLAKE2b-256 09ddb7076029d40af44b7285a71adb7053c219535cbec0b9b5e960f1b5fb0252

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for django_livewatch-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 07a75a5c990fcbae34018eb4efcabf62b05ef0539694a901d3f52c850488834b
MD5 8856accb548bf76cc269914f98257079
BLAKE2b-256 4287f167189b8234211d246d52d5c5a9bfbdf93839f2ae3eb5f9f81e65055751

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