A simple Django app to provide a health page for your site.
Project description
# django-site-health
Configurable health endpoint for applications hosted in ElasticBeanstalk.
## Installation
* Download this repo locally
* Run the install
```bash
python setup.py install
```
## Quick Start
* Add `django-site-health` to your `INSTALLED_APPS`
```python
INSTALLED_APPS = [
...
'django_site_health',
]
```
* Include the `django-health` URLconf in your project urls.py
```python
url(r'^health/', include('django_site_health.urls')),
```
* Test that you can access the `/health/` on the dev server
Configurable health endpoint for applications hosted in ElasticBeanstalk.
## Installation
* Download this repo locally
* Run the install
```bash
python setup.py install
```
## Quick Start
* Add `django-site-health` to your `INSTALLED_APPS`
```python
INSTALLED_APPS = [
...
'django_site_health',
]
```
* Include the `django-health` URLconf in your project urls.py
```python
url(r'^health/', include('django_site_health.urls')),
```
* Test that you can access the `/health/` on the dev server
Project details
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-site-health-0.1.1.tar.gz.
File metadata
- Download URL: django-site-health-0.1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84378dd26886218dfbfec733326513d977fc9f532eac5b69960b3a1078d72278
|
|
| MD5 |
2983dd1168e56eb36f611bad65457850
|
|
| BLAKE2b-256 |
8bca1f440733300baabf624591548c1f9fb196e6367d21ebc14990a2dc141deb
|