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 %}
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-site-status-0.1.4.tar.gz.
File metadata
- Download URL: django-site-status-0.1.4.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55cf3584f8d17bc4a2a6f1d84e75364796cd813533f38e70fb05d6add7ca6f69
|
|
| MD5 |
2349b26705747f3a04c5cee14e2edff9
|
|
| BLAKE2b-256 |
75fca3f966e4349c09c8bdbbfec77e8fe8aa38bef843714ede79f7cbcac6f379
|
File details
Details for the file django-site-status-0.1.4.macosx-10.9-x86_64.exe.
File metadata
- Download URL: django-site-status-0.1.4.macosx-10.9-x86_64.exe
- Upload date:
- Size: 68.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b76f797a271c6a47d082676ac67580d2b541540df470794797c94191be0abf7b
|
|
| MD5 |
ec7f327bb50e779c0915523c08d676ed
|
|
| BLAKE2b-256 |
581054c67fb0589bf3da3a04efcb467feb9b737647c8ca0b787733d19534c0aa
|