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

Uploaded Source

File details

Details for the file django-edit-suggestion-1.24.tar.gz.

File metadata

  • Download URL: django-edit-suggestion-1.24.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for django-edit-suggestion-1.24.tar.gz
Algorithm Hash digest
SHA256 8c7968243bbe832e12848911db983cae95126afb649c3cd73c28ef7a2b52e51b
MD5 e6837ca8c1dc2c55c5f8afa2b7d83d70
BLAKE2b-256 a867030674ecfb8fa3648ded77d2c3dcd47ab0eaf16226c96f68aac91ae49aa3

See more details on using hashes here.

Provenance

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