跳转到主要内容

django-livewatch集成了livewatch.de用于django项目

项目描述

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

为django项目集成了livewatch.de。

安装

pip install django-livewatch
  • 如果你使用 livewatchcelery,请将其添加到 settings.py 中的 INSTALLED_APPS

INSTALLED_APPS = (
    # other apps
    'livewatch',
)
  • urls.py 中包含 livewatch.urls

urlpatterns += patterns('',
    (r'^livewatch/', include('livewatch.urls')),
)

使用方法

在使用 django-livewatch 之前,您必须安装和配置它。

要整合 django-livewatchlivewatch.de,可以使用以下 URL

  • /livewatch/

… 如果你使用缓存扩展

  • /livewatch/cache/

… 如果你使用 celery 扩展

  • /livewatch/celery/

… 如果你使用 rq 扩展

  • /livewatch/rq/

资源

由以下机构支持

AWS AWS 云计算和安全赞助商 Datadog Datadog 监控 Fastly Fastly CDN Google Google 下载分析 Microsoft Microsoft PSF 赞助商 Pingdom Pingdom 监控 Sentry Sentry 错误记录 StatusPage StatusPage 状态页面