Skip to main content

Point website users at configurable on-call administrators

Project description

If there’s somthing strange in your Django app, who you gonna call? The django-on-call app helps your users figure that out, pointing them to one of your on-call sysadmins. The admins can work out an on-call schedule among themselves, by posting a Python statement to the database (we’re all consenting adults), and the view page will direct users to the appropriate on-call individual.

Quick-start

If you don’t have a Django project and you just want to run django-on-call as a stand-alone service, you can use the examle project. Initialize the database with:

$ python example/manage.py syncdb

See the Django documentation for more details.

Run

Run the app on your local host with:

$ python example/manage.py runserver

You may need to add the current directory to PYTHONPATH so python can find the django_on_call package. If you’re running POSIX shell, that’s:

$ PYTHONPATH=".:$PYTHONPATH" python example/manage.py runserver

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-on-call-0.1.tar.gz (6.5 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