Skip to main content

A minimal Django app for procedure management.

Project description

Procedure is a minimal process management system, capable of retrying and logging your tasks

Quick start

  1. Add “procedure” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'procedure',
    ]
  2. Run python manage.py migrate to create the Procedure models.

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-procedure-0.4.2.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

django_procedure-0.4.2-py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 3

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