# 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.10.tar.gz
(85.5 kB
view details)
File details
Details for the file django-statusboard-0.3.10.tar.gz.
File metadata
- Download URL: django-statusboard-0.3.10.tar.gz
- Upload date:
- Size: 85.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd56a726fda4a35d5628aa95dd6ea36559ddc0a91dc4e217afafb56370f420b8
|
|
| MD5 |
7667baf136882d660c14b070798b0112
|
|
| BLAKE2b-256 |
7685edd6296fc39a380db3f9b7bcf36106ae415ff051c818df67a6bfc6b81f09
|