Skip to main content

A simple Django app to issue site wide alerts

Project description

=====
Django Site Status
=====

.. image:: https://badge.fury.io/py/django-site-status.png
:target: http://badge.fury.io/py/django-site-status

Django Site Status is a simple Django app to display time based statuses to your users.

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add "site_status" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'site_status',
)

2. Add the status context processor to your template context processors like this::

TEMPLATE_CONTEXT_PROCESSORS = (
...
'site_status.context_processors.inject_statuses'
)

3. Run `python manage.py migrate` to create the status models.

4. Use statuses anywhere you like in your templates::

{% for status in statuses %}
...
{% endfor %}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-site-status-0.1.4.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django-site-status-0.1.4.macosx-10.9-x86_64.exe (68.2 kB view details)

Uploaded Source

File details

Details for the file django-site-status-0.1.4.tar.gz.

File metadata

File hashes

Hashes for django-site-status-0.1.4.tar.gz
Algorithm Hash digest
SHA256 55cf3584f8d17bc4a2a6f1d84e75364796cd813533f38e70fb05d6add7ca6f69
MD5 2349b26705747f3a04c5cee14e2edff9
BLAKE2b-256 75fca3f966e4349c09c8bdbbfec77e8fe8aa38bef843714ede79f7cbcac6f379

See more details on using hashes here.

File details

Details for the file django-site-status-0.1.4.macosx-10.9-x86_64.exe.

File metadata

File hashes

Hashes for django-site-status-0.1.4.macosx-10.9-x86_64.exe
Algorithm Hash digest
SHA256 b76f797a271c6a47d082676ac67580d2b541540df470794797c94191be0abf7b
MD5 ec7f327bb50e779c0915523c08d676ed
BLAKE2b-256 581054c67fb0589bf3da3a04efcb467feb9b737647c8ca0b787733d19534c0aa

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page