Skip to main content

Easily moderate any content in Django before it's visible to the public.

Project description

# Moderation application for Django

django-approval is a tool to facilitate moderation of changes made to any model instance.

This application supports Django 3.2 and above, and Python 3.10 and above.

<img src=”./approval-icon.svg” height=”64” alt=”Approval logo”/>

This application lets you define a moderation pipeline on almost any model, that generally works as follows:

  1. One user on your site makes a change on specific fields of some content

  2. The user validates that his/her changes are suitable to get moderated (from draft)

  3. While the changes are not checked by a moderator, nothing new will be visible on the front website

  4. When the moderator accepts the changes, they are applied to the live data visible by the users.

## How to install

django-approval is best installed using pip:

`bash pip install django-approval `

## Documentation

See the [online documentation here](https://artscoop.github.io/django-approval/approval.html)

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-approval-0.15.1.tar.gz (266.2 kB view hashes)

Uploaded Source

Built Distribution

django_approval-0.15.1-py3-none-any.whl (18.0 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