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

Uploaded Source

Built Distribution

django_livewatch-0.2.3-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.3.tar.gz.

File metadata

File hashes

Hashes for django-livewatch-0.2.3.tar.gz
Algorithm Hash digest
SHA256 c9dc5a2230e8d5a388330d63d687a35e696761c95b7c7eda272959137955adb0
MD5 0880f24e4d02525ce8f0afa4d097b2d2
BLAKE2b-256 00f7161e6ba2c3d1b2434d4944f9cbb86fc2f412ae38628c016e8d7d2d9856e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_livewatch-0.2.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 de0ca08d61c9a410b2d5d88db8df7e78f32218fb5cdb675cb0b28515bbaf84c7
MD5 5186633d8731595e6b45de8e7c6e31f4
BLAKE2b-256 5d210e298bb0fd2ac5ade21ea265ed9876b2607b54221f431c8523329d853893

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