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

Uploaded Source

Built Distribution

django_livewatch-0.2.1-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.1.tar.gz.

File metadata

File hashes

Hashes for django-livewatch-0.2.1.tar.gz
Algorithm Hash digest
SHA256 68a2ac6ff6616d467a61a88df01f27007023314a6c74d941f7b6bfb46abaa958
MD5 e6634b07df86d89c9e263e947e7693b0
BLAKE2b-256 c6ee26b448bac9299af25bbfc3eb025d642ec5414461af40ce2ecb9bcc2df8d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_livewatch-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2b14825e22fdd0774c0bfd2b77cfd6051e9500bd3a7a75433ce16e3150979943
MD5 69d793d51f0c1afb9d3a628fd5f0fa24
BLAKE2b-256 9ed920a86884a30f8fc9b87f8084d7152c3f3d65dc27de4f2c0479c03816eb70

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