a simple Django app to send project infomation to server.
Project description
=====
django-monitor-client
=====
django-monitor-client is a simple Django app to send project infomation to server.
Quick start
-----------
1. Add "monitor_client" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'monitor_client',
)
2. Include the django-monitor-client URLconf in your project urls.py like this::
url(r'^monitor_client/v1', include("monitor_client.urls")),
3. Add vars in setting file.
MONITOR_SERVER_PUSH_URL (to post data url)
PROJIECT_DOMAIN (your project domain)
3. Restart your project to register your project.
django-monitor-client
=====
django-monitor-client is a simple Django app to send project infomation to server.
Quick start
-----------
1. Add "monitor_client" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'monitor_client',
)
2. Include the django-monitor-client URLconf in your project urls.py like this::
url(r'^monitor_client/v1', include("monitor_client.urls")),
3. Add vars in setting file.
MONITOR_SERVER_PUSH_URL (to post data url)
PROJIECT_DOMAIN (your project domain)
3. Restart your project to register your project.
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
File details
Details for the file django-monitor-client-0.1.tar.gz.
File metadata
- Download URL: django-monitor-client-0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7251d672e7fa75c55bd248a01b57924f1373d1a6d7e1948b4fcc6cd86d0b9dd
|
|
| MD5 |
66ae1c737124ce52202cda83d53dcbc6
|
|
| BLAKE2b-256 |
8b09e1fedd809dc0379146bd9029314b15e199f6fdd60203be1cfdd0052c17b7
|