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 cache extension:
/livewatch/cache/
… if you’re using the celery extension:
/livewatch/celery/
… if you’re using the rq extension:
/livewatch/rq/
Resources
Release files for django-livewatch 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-livewatch-0.3.0.tar.gz | 8.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_livewatch-0.3.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 16.4 kB
Release files / django-livewatch-0.3.0.tar.gz
| Download URL | django-livewatch-0.3.0.tar.gz |
|---|---|
| Size | 8.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2fe2b49f49bfbc94c92bd54b1b2394022b50a7691aa4c4561066357cd26e305e
|
|
BLAKE2b-256 checksum How to use checksums |
c230ab220f4376ac90cd125e1245c049e68a032f15c1d5fbf07301874a7bbe97
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django_livewatch-0.3.0-py2.py3-none-any.whl
| Download URL | django_livewatch-0.3.0-py2.py3-none-any.whl |
|---|---|
| Size | 7.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
5f4c08985fc171ac35b212e657a82770076b596de3c0b713c048aab4e8f580fc
|
|
BLAKE2b-256 checksum How to use checksums |
ffb362ec2d14aa295d1ad03b847e6268c9f5e9b3aaecb0896a4f2ae6099e8c86
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |