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.6.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for django_request_approval-0.0.6.tar.gz
Algorithm Hash digest
SHA256 cb6bd9e0cef8d3bff9679355f92c9943e46274f970f934d46f8f874d805b4bba
MD5 3b305769e4171b4c84b3282741a8ae0e
BLAKE2b-256 6378438e78c4c732b0c8863288680953b5508538624632fc5bf953b193cc3c88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_request_approval-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 0b5555f7c171ac6870c66681dcb43ecb75ded4e5d0acd1a415bce89b6de64fcb
MD5 91d551111f45e2ffdaa638105c9c0369
BLAKE2b-256 ad0c0894f49fa504180f0480b59303bb9ef13c01af3b0d4b62c3fe93b42d5d62

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