Skip to main content

A simple Django app to issue site wide alerts

Project description

=====
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.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

django-site-status-0.1.macosx-10.9-x86_64.exe (65.6 kB view hashes)

Uploaded Source

Supported by

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