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
- 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
- BaseStage -> Represents Approval Stages (Stage 1, Stage 2, Stage 3)
- BaseApprover -> Represents Stage Approver (Stage, User Group)
- BaseRequest -> Represents the Request to be approved
- BaseApproval -> Represents the actual Approval made by Approver
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django_request_approval-0.0.1.tar.gz
.
File metadata
- Download URL: django_request_approval-0.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b75bbfa8745f27a6df944619b171b559ec3525b00bdcf4dc5a556dbcd9b8b467 |
|
MD5 | a654ae242f674c4c7553d25a388b25c6 |
|
BLAKE2b-256 | 86f3f3229f67efe3a99f772e326b57d2a95324f1b586774c584a870e63352c56 |
File details
Details for the file django_request_approval-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: django_request_approval-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26ff11d982d59bc6075cea801ef45412b7b4dfa1bb74234bd92a056f59702aab |
|
MD5 | 18b96a4dc0113cd4e1463cfcb49aee5d |
|
BLAKE2b-256 | 0c2d1bc014cf9c6bc551096e89cdb98e62ce21f26890f338932ac0d357e59664 |