Skip to main content

A django package for creating multiple users editable models

Project description

Django Edit Suggestion

A django package for enabling django resources to be edited by users other than admin or resource author. The resource (an instance of a django model saved to database) will have a list of "edit suggestions" created by other users. The "edit suggestions" can be published, which will update the resource, or can be rejected. Users that pass a condition can publish or reject edit suggestions.

Documentation is available at read the docs link.

Install

Install from PyPI with pip:

$ pip install django-edit-suggestion

Settings

Add django_edit_suggestion to your INSTALLED_APPS

INSTALLED_APPS = [
    # ...
    'django_edit_suggestion',
]

Requires to have Users

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-edit-suggestion-1.40.tar.gz (9.9 kB view hashes)

Uploaded Source

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