django-livewatch integrates livewatch.de for django projects
Project description
django-livewatch
livewatch.de integration for django projects.
Installation
Install django-livewatch (or download from PyPI):
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
Release history Release notifications | RSS feed
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 hashes)
Built Distribution
Close
Hashes for django_livewatch-0.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07a75a5c990fcbae34018eb4efcabf62b05ef0539694a901d3f52c850488834b |
|
MD5 | 8856accb548bf76cc269914f98257079 |
|
BLAKE2b-256 | 4287f167189b8234211d246d52d5c5a9bfbdf93839f2ae3eb5f9f81e65055751 |