# statusboard
[](https://travis-ci.org/edigiacomo/django-statusboard)
[](https://pypi.python.org/pypi/django-statusboard/)
Status page application.

## 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
[](https://travis-ci.org/edigiacomo/django-statusboard)
[](https://pypi.python.org/pypi/django-statusboard/)
Status page application.

## 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
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.9.tar.gz
(85.5 kB
view details)
File details
Details for the file django-statusboard-0.3.9.tar.gz.
File metadata
- Download URL: django-statusboard-0.3.9.tar.gz
- Upload date:
- Size: 85.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06fe3a46b79ec6c0f1d3213643414fc7b6b0900119f8fcea8af6a5ede5c04d69
|
|
| MD5 |
0da0219896da83874f2760b4da8b3c7c
|
|
| BLAKE2b-256 |
87d68200135fbf5a28b90f083dd1bba6836eabbd57d94aa62aa6809866065d92
|