# 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.6.tar.gz
(81.7 kB
view details)
File details
Details for the file django-statusboard-0.3.6.tar.gz.
File metadata
- Download URL: django-statusboard-0.3.6.tar.gz
- Upload date:
- Size: 81.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d431f8d7518209ec11975a087d72b016415317d6703c80e59f04d1836ab62a9
|
|
| MD5 |
23aadaa59793073d80544895cdd35a27
|
|
| BLAKE2b-256 |
7e1661b2172e98783a67331eec698e89ecace728407a0cf8534bc18f62b2f7f8
|