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
Built Distribution
File details
Details for the file django-livewatch-0.2.4.tar.gz
.
File metadata
- Download URL: django-livewatch-0.2.4.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 304efa7c6475c6406ba19f186f8fa562ad4719d48eb9db0fd0ea2e2683eef897 |
|
MD5 | 1a1f46c330fa6ebb5670c0685518d131 |
|
BLAKE2b-256 | 29cd163836c0a76a7039d7600b997fcd1148390457f0dcc7811b483b1434520f |
Provenance
File details
Details for the file django_livewatch-0.2.4-py2.py3-none-any.whl
.
File metadata
- Download URL: django_livewatch-0.2.4-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 | c5f62141c88ba41f6af0b970974f23eadffdb733dfdc135fda9333691f54639a |
|
MD5 | eda4402446bca431038197ebca8afaf8 |
|
BLAKE2b-256 | 380f4ede374d11e5d2b5e583e0d1c76f5fb71b757584dee3f73c7fe1beeeb0d0 |