Django application to create availability statistics of web servers
Project description
Django ping-me application
This app has to be integrated into an existing django website.
The purpose of this application is to establish an HTTP connection with a web server list in order to make availability statistics.
Quick start
- Add "ping-me" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'django_ping_me',
]
- Include the ping-me URLconf in your project urls.py like this:
path('ping-me/', include(('django_ping_me.urls', 'ping_me'))),
-
Run
python manage.py migrate
to create models. -
Start the development server and visit http://127.0.0.1:8000/ping-me to check if everything is ok.
Override those ugly templates
You can add a templates/ping_me folder in your base application to override default templates.
Have a look on default templates to see how to override them. Keep in mind that some features (like edit or delete a server) use bootstrap popups and AJAX calls.
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-ping-me-0.1.0.tar.gz
.
File metadata
- Download URL: django-ping-me-0.1.0.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.12 CPython/3.7.3 Linux/5.1.9-arch1-1-ARCH
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 031db1840a2308d54a5cc64953243fb771d8503c39a0b8deace22c0300369ec9 |
|
MD5 | 4c9e4d69fe36818802b9a9fd4ff986af |
|
BLAKE2b-256 | b232a5dffe5979653ffd5e09ce10a0c5c06a597583122bb60e0b725fda92f262 |
File details
Details for the file django_ping_me-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: django_ping_me-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.12 CPython/3.7.3 Linux/5.1.9-arch1-1-ARCH
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1176d67b1b696e096fea7edf0bc5d6c530e1c43f8bcee906e45395bf4fcaafe |
|
MD5 | c940d2de623dda4d9bd7a5630c6a2313 |
|
BLAKE2b-256 | 0f7d504a93990860dce66ef9dd4440687e9b8677ab73120549565a84c989a5e3 |