Skip to main content

Django app to show system status

Project description

# statusboard

[![Build Status](https://travis-ci.org/edigiacomo/django-statusboard.svg?branch=master)](https://travis-ci.org/edigiacomo/django-statusboard)
[![Pypi](https://img.shields.io/pypi/v/django-statusboard.svg)](https://pypi.python.org/pypi/django-statusboard/)

Status page application.

![django-statusboard preview](preview.png)


## Installation

Install the package

```sh
pip install django-statusboard
```

Add the following applications to your Django projects

```python
INSTALLED_APPS += [
'django.contrib.humanize',
'rest_framework',
'statusboard',
]
```

Update your urlconf:

```python
# myproject/urls.py
urlpatterns += [
url(r'^statusboard/$', include('statusboard.urls')),
]
```

Update your database

```sh
./manage migrate statusboard
```

## Usage

Service status can be managed from Django admin interface or using the REST
API.


## Customize pages

Blocks:

* `title`
* `branding`
* `bootstrap_theme`
* `header`
* `userlinks`
* `footer`
* `style`
* `script`

[travis]: http://travis-ci.org/edigiacomo/django-statusboard

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

django-statusboard-0.3.13.tar.gz (202.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page