Skip to main content

Django Request Approval Process

Project description

Django Request Approval

This is a package of base classes for approval process. To use this package, you have to create classes that inherit base classes from this package. Detailed documentation is in the "docs" directory.

Quick start

  1. Add django_request_approval to your INSTALLED_APPS setting like this::
    INSTALLED_APPS = [
        ...,
        "django_request_approval",
    ]

Usage

List of Base classes

The package contains 4 base classes

  1. BaseStage -> Represents Approval Stages (Stage 1, Stage 2, Stage 3)
  2. BaseApprover -> Represents Stage Approver (Stage, User Group)
  3. BaseRequest -> Represents the Request to be approved
  4. BaseApproval -> Represents the actual Approval made by Approver

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_request_approval-0.0.5.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

django_request_approval-0.0.5-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

Details for the file django_request_approval-0.0.5.tar.gz.

File metadata

File hashes

Hashes for django_request_approval-0.0.5.tar.gz
Algorithm Hash digest
SHA256 3152d54e7ddf851c9cf29a6ae9c9e16f368506b94537b1630ca05285aa19757f
MD5 333f64c976c9b3e11a9115b6a163cb8b
BLAKE2b-256 fa90fb9a5891a825a7a7fea24d0adf6e0e0fb9e3d00730b59bcf6670da8eaf9c

See more details on using hashes here.

File details

Details for the file django_request_approval-0.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for django_request_approval-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 75971a1977f1b35709ff007c46fb4e5f49730c29c7022751f9cd7b6f2fdceb58
MD5 1c6d5689969816cfadd60a932ebb68fe
BLAKE2b-256 372a732bf587bdd356edc7338c2814e3c9ef8bab68222a8ebec013876542efd9

See more details on using hashes here.

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