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

Uploaded Source

Built Distribution

django_request_approval-0.0.2-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for django_request_approval-0.0.2.tar.gz
Algorithm Hash digest
SHA256 2c77bbb7f2ea8a29a4e3bcd2e0d595183ff4dec55ad0a47e746817146c2bed7d
MD5 15daab329626e98a3f2cf1d22af3bee3
BLAKE2b-256 55b6395e766110598a935fd08244916879e5c71163961dd2d07037d692218b48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_request_approval-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4697bff5fdbeedb3cfd32fa042dba7380ba951ae42b2dcd914e1fb961a827a40
MD5 1c8dc614e8a3b78d0f7c957cdf95aeba
BLAKE2b-256 017cc98fb977e43fd0d307ca737c45059e868a72e99aabb8928456ecc062db06

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