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 cache extension:
/livewatch/cache/
… 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-livewatch-0.3.0.tar.gz.
File metadata
- Download URL: django-livewatch-0.3.0.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fe2b49f49bfbc94c92bd54b1b2394022b50a7691aa4c4561066357cd26e305e
|
|
| MD5 |
058209b95b0c0953abcba8ef1368b94c
|
|
| BLAKE2b-256 |
c230ab220f4376ac90cd125e1245c049e68a032f15c1d5fbf07301874a7bbe97
|
File details
Details for the file django_livewatch-0.3.0-py2.py3-none-any.whl.
File metadata
- Download URL: django_livewatch-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f4c08985fc171ac35b212e657a82770076b596de3c0b713c048aab4e8f580fc
|
|
| MD5 |
4d7b7aa196be9f1435c83f82489d6d92
|
|
| BLAKE2b-256 |
ffb362ec2d14aa295d1ad03b847e6268c9f5e9b3aaecb0896a4f2ae6099e8c86
|