# 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.7.tar.gz
(85.1 kB
view details)
File details
Details for the file django-statusboard-0.3.7.tar.gz.
File metadata
- Download URL: django-statusboard-0.3.7.tar.gz
- Upload date:
- Size: 85.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76486063842ddb6b1572fa8eeb0905c9130b7a84d996e7e4dbe3c9929704d796
|
|
| MD5 |
b93fd657ab8e5a5fc2bbc3dcf1400644
|
|
| BLAKE2b-256 |
17afdaa543a55b19e9866ea7c1331d7a42eb3ad9afb1799dbc080f0d7cc70e85
|