# 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.5.tar.gz
(81.2 kB
view details)
File details
Details for the file django-statusboard-0.3.5.tar.gz.
File metadata
- Download URL: django-statusboard-0.3.5.tar.gz
- Upload date:
- Size: 81.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
387fe8e3f69c7fec3131b91dc6bab1e894fb08e0910456fbdd5b71e653e3be5a
|
|
| MD5 |
c1e87101eb7c3e0da7719ca285516b41
|
|
| BLAKE2b-256 |
53e33cdfbf5ff943c4e4e5612156851ccf7ec8e259131ced278196a880272e18
|