Skip to main content

An event driven code execution system backed by Django

Project description

django-event-procedures
=======================

An event driven code execution system backed by django


Getting started:
===============

run:
pip install django-event-procedures

in settings:
In INSTALLED_APPS add 'event_procedures' as such:
INSTALLED_APPS = (
...
'event_procedures',
...
)

define SIGNAL_MODULES as a list of modules containing the signals you want
For example, if you want want django.core.signals it would look something like
SIGNAL_MODULES = [
...
'django.core',
...
]

Register the event registration middleware in your middleware:
MIDDLEWARE_CLASSES = (
...
'event_procedures.middleware.EventRegistration',
...
)

Download files

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

Source Distribution

django-event-procedures-0.1.3.tar.gz (17.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